R
Ralf Höppner
I'm using xerces-c++ 2.4.0 and am testing some functions of it.
How can I print the name or the value of a node to console ?
I tried:
const XMLCh* test=node->getNodeValue();
but it seems to be an unsigned short...
What Do I have to do ?
Thanks.
How can I print the name or the value of a node to console ?
I tried:
const XMLCh* test=node->getNodeValue();
but it seems to be an unsigned short...
What Do I have to do ?
Thanks.