OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

 


 

   Re: DOM

[ Lists Home | Date Index | Thread Index ]
  • From: Tyler Baker <tyler@infinet.com>
  • To: "Prashanth K. Salur" <xmldoubts@hotmail.com>
  • Date: Tue, 17 Nov 1998 22:47:49 -0500

"Prashanth K. Salur" wrote:

> Hi all,
> Is a white space(#text) also considered as a node in a DOM. How to
> ignore the white space?
>
> Thanks
>
> Regards
> SPK

One thing you can do to normalize an element's character data and all of its
child element character data is to call Element.normalize().

This is the simplest thing to do here.  The only problem with this approach is
that when you call normalize on an element all sub-elements are also normalized.
I suppose you could write your own utility routine which would effectively do the
same thing as normalize, though only on the immediate character data of the
selected element, so you may want to do that.

Tyler


xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
To (un)subscribe, mailto:majordomo@ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo@ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa@ic.ac.uk)


  • References:
    • DOM
      • From: "Prashanth K. Salur" <xmldoubts@hotmail.com>



 

News | XML in Industry | Calendar | XML Registry
Marketplace | Resources | MyXML.org | Sponsors | Privacy Statement

Copyright 2001 XML.org. This site is hosted by OASIS