Am Donnerstag, 19. Januar 2006 15:26 schrieb Rancier, Jeff: > Not that it matters, but which are you using? What version of the > parser? What platform? v 2.7.0 compiled by myself with gcc 3.3.5 on SUSE Linux 9.3 > > XMLCh * XMLString::transcode( const char *const toTranscode ); > > bool XMLString::transcode( const XMLCh *const toTranscode, char *const > toFill, const unsigned int maxChars ); > > char * XMLString::transcode( const XMLCh *const toTranscode );
this last one: XMLChr* to char*
