At 15.41 19/06/2006 +0100, Mannion, Enda wrote:
I get an exception when the following line is called.

char* nodeValue = XMLString::transcode(node->getFirstChild()->getNodeValue());

You should first check if node->getFirstChild() is not NULL, and then that getNodeValue() is not NULL (it will be NULL if the first child is a DOMElement)

Alberto

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

Reply via email to