Hi,

I'm using xerces-1.3.1 to parse xml files. The problem is that i can't tell
to the DOMParser to ignore the white spaces outside the tags.
If i have a files like this,

<x>
   <y>tag</y>
</x>

the parser inserts a TEXT node between the element x and element y.
I've tried to set the feature IncludeIgnorableWhiteSpace but this feature
seems to have no efect.
Thanks in advanced.
Vitor


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to