Hi,

when I have the DOM structure created using Xerces-C++, then I can get
the DOMDocument object. From it I get the first DOMElement object. How
do I get the other DOMElement objects? I can only call the
DOMNode::getFirstChild() which returns me the node of type ELEMENT_NODE
but dynamic cast to DOMElement on it fails and typeid says that it is of
type DOMNode. So how to do it?

Thanks

Tomas


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

Reply via email to