My guess would be that it was actually in the transcoding of your char* to
XMLCh* before
the creation of the DOMString.

If the transcoder used in the conversion was, for example, UTF-8, then I
would expect you would either get an exception or, at least, unusual
behavior.  You may need to set the transcoder used to
convert char* to XMLCh* to be an ISO 8859-1 converter.

Hopefully, that give you enough to track down the issue, don't have the code
handy.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to