P
Papastefanos Serafeim
Hello,
I have a problem with SAX on Xerces-c. What I want to do for
now is just save the name of each XML element in an array.
So, I've implemented my own startElement method. The problem is
that the startElement method has a parameter whose type is "const
XMLCh * const name". How can I produce a char * from that ?
I tried printing the name parameter but what I got was only the first
character of each node's name. What am I doing wrong ?
Thanks in advance!
I have a problem with SAX on Xerces-c. What I want to do for
now is just save the name of each XML element in an array.
So, I've implemented my own startElement method. The problem is
that the startElement method has a parameter whose type is "const
XMLCh * const name". How can I produce a char * from that ?
I tried printing the name parameter but what I got was only the first
character of each node's name. What am I doing wrong ?
Thanks in advance!