S
Sandeep
Hi,
I am parsing an XML file using xerces DOM parser. The problem is, the
DOM gets created with spaces, newlines and tabs as a TEXT section.
Hence if XML is,
<Address><Name></Name></Address>
first child of "Address" is "Name"
if XML is
<Address>
<Name></Name>
</Address>
first child of "Address" is "\n".
Is there a way i can configure the parser to ignore all white
spaces,tabs and newline characters ?
Thanks
Sandeep
I am parsing an XML file using xerces DOM parser. The problem is, the
DOM gets created with spaces, newlines and tabs as a TEXT section.
Hence if XML is,
<Address><Name></Name></Address>
first child of "Address" is "Name"
if XML is
<Address>
<Name></Name>
</Address>
first child of "Address" is "\n".
Is there a way i can configure the parser to ignore all white
spaces,tabs and newline characters ?
Thanks
Sandeep