I tried to parse the following xml:
<person>
<name>test</name>
<tel>test</tel>
<city>test</city>
</person>
The getFirstChild on the 'person' node returns a #text node. The parser adds
a empty text node.
I tried with setIgnoringElementContentWhitespace(true) and
setIgnoringElementContentWhitespace(false)... nothing works.
Have you an example for me?
thanks
--
View this message in context:
http://www.nabble.com/Ignore-Whitespace-tp20435351p20435351.html
Sent from the Xerces - C - Users mailing list archive at Nabble.com.