You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by ru...@imagenow.com on 2004/09/20 21:02:12 UTC

Xerces-2-5

I have found an issue trying to get special characters to display 
correctly in SAX and have gotten it down to a call to getCharDataOpts()
within void IGXMLScanner::sendCharData(XMLBuffer& toSend).  I have looked 
through the documentation and on the website, but have not found a way to 
set the CharDataOpts value for what I am sending.


Russ Grabbe
Software Engineer
Perceptive Software, Inc.

russ.grabbe@imagenow.com
www.imagenow.com

+1 913 422 7525 corporate
+1 913 667 3256 direct
+1 800 941 7460 toll-free 
+1 913 422 3820 fax

NOTICE: If received in error, please destroy and notify sender. Sender 
does not waive confidentiality or privilege, and use is prohibited. 

Re: Xerces-2-5

Posted by da...@us.ibm.com.
> I have found an issue trying to get special characters to display 
correctly in SAX and
> have gotten it down to a call to getCharDataOpts()within void
> IGXMLScanner::sendCharData(XMLBuffer& toSend).  I have looked through 
the
> documentation and on the website, but have not found a way to set the 
CharDataOpts
> value for what I am sending.

Some data and sample code would help understand what you are doing and 
what you think the problem is.  You cannot "set the CharDataOpts" and you 
should never have to.  I did report and provide a patch for a bug in this 
function involving UTF-16 surrogate pairs, so you may be seeing the same 
bug.

Dave

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org