> Xerces has a version of XMLString::transcode that goes from XMLCh* to > const > char* and another one that goes from const char* to XMLCh*. > Also, on Windows, XMLCh* can be treated like a wchar_t*, as they are the > same UTF-16 data. > > Alberto
Didn`t know that XMLCh* is treated as wchar_t* on Windows platforms! Thank you very much indeed, now it`s working fine! > > >THX > >Andre > > > > > Is it possible to change the typedef of XMLCh* to wchar_t*,so that i > can > > > parse the unicode stream? If this is possible, where can i find the > > > typedef > > > of XMLCh*? > > > > > > > Hi, > > > > need to parse a unicode stream (i`m receiving wchar_t*)and print the > > > > elementnames and corresponding values in unicode again! When i call > > > > XMLString::transcode the result is transcoded into the local > codepage. > > > Is > > > > there any other method to call or another way to achieve what i > want? > > > > Thanks in advance! > > > > Andre > > > > > > > > -- > > > > +++ Jetzt WLAN-Router f�r alle DSL-Einsteiger und Wechsler +++ > > > > GMX DSL-Powertarife zudem 3 Monate gratis* http://www.gmx.net/dsl > > > > > > > > > > > > > --------------------------------------------------------------------- > > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > > -- > > > +++ Jetzt WLAN-Router f�r alle DSL-Einsteiger und Wechsler +++ > > > GMX DSL-Powertarife zudem 3 Monate gratis* http://www.gmx.net/dsl > > > > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > >-- > >"Sie haben neue Mails!" - Die GMX Toolbar informiert Sie beim Surfen! > >Jetzt aktivieren unter http://www.gmx.net/info > > > > > >--------------------------------------------------------------------- > >To unsubscribe, e-mail: [EMAIL PROTECTED] > >For additional commands, e-mail: [EMAIL PROTECTED] > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > -- "Sie haben neue Mails!" - Die GMX Toolbar informiert Sie beim Surfen! Jetzt aktivieren unter http://www.gmx.net/info --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
