You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by Sami Islam <sa...@detewe.de> on 2005/01/26 13:53:31 UTC

XML Document parsing.

Hello,
When I parse an Xerces XMLDoc using Pathan library I receive 2 nodes for
each child node.
1) Text Node = "#text", even when there is no text for the element.
2) Element Node.

And funnily I get the child value only if I do a
(child_node)->getNodeValue() on the node of type Element and a null on the
node of type Text. Why?

Regards,
Sami