DOM
Tyler Baker
tyler at infinet.com
Wed Nov 18 03:46:16 GMT 1998
"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 at ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
To (un)subscribe, mailto:majordomo at ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo at ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa at ic.ac.uk)
More information about the Xml-dev
mailing list