Re: String handling best practice

2004-05-01 Thread Scott Morgan
They would only be escaped when generating markup. So is that a yes to XMLCh* == UChar* ? Scott Morgan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

String handling best practice

2004-04-30 Thread Scott Morgan
XMLCh* equals UChar* (They're both UTF-16) and just pass them straight on to Xerces API functions (what about win32 WCHAR* too?). It all sounds like some kind of FAQ, but I can't find any definitive answer with regards to Xerces. Scott Morgan --