When i do char * pmychar = XMLString::transcode(pDOMNamedNodeMap->getNamedItem(L"id")->getNodeName());
then, going by the documentation, i should delete pmychar so: delete[] pmychar; However it crashes, and i suspect the pmychar returned is not dynamically allocated as the documentation seems to assert?? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
