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