[Home] [By Thread] [By Date] [Recent Entries]
"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@i... Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/ To (un)subscribe, mailto:majordomo@i... the following message; (un)subscribe xml-dev To subscribe to the digests, mailto:majordomo@i... the following message; subscribe xml-dev-digest List coordinator, Henry Rzepa (mailto:rzepa@i...)
|

Cart



