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 Javier Garcia Bertrand <jg...@uf-isf.es> on 2000/07/19 13:11:22 UTC

Problems with special charecters in SAXParser.

	When you parser with SAX, if the CDATA contains a character ', the
method "characters" of DefaultHandler break the CDATA. Instead obtain one
string, give you 3!!. One until ', other with only the ' and the last
with the rest.

	What?s the problem? I?m doing anything wrong or it's a bug.

	I'm sorry for my bad english.

	Thank you.