Is there any way I can concatenate an XMLCh* to a string. I looked into the
XMLString functions but couldn't find any, which does this (maybe I am
missing something).
Why couldn't you use the XMLString class? the catString methods are static.
So you could
make an appended buffer of XMLCh. If tha
Hi,
I am using xerces 2.2.
Is there any way I can concatenate an XMLCh* to a string. I looked into the
XMLString functions but couldn't find any, which does this (maybe I am
missing something).
Basically I want to output a JavaScript variable with a value from an XML
file along with the tranform