Re: concatenation of string with XMLCh*

2003-09-08 Thread Jeffrey Rodriguez
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

concatenation of string with XMLCh*

2003-09-08 Thread Ashay Shende
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