[ http://issues.apache.org/jira/browse/XERCESC-1214?page=history ]
David Bertoni resolved XERCESC-1214:
------------------------------------
Resolution: Invalid
I attempted to reproduce what you claim to observe but cannot. I think you may
not understand how SAX parsing works, because the parser is allowed to send
multiple characters() events for an element's content, and it often does this
when a CDATA section or entity exists in the content.
> Handle Escape Sequences Error
> -----------------------------
>
> Key: XERCESC-1214
> URL: http://issues.apache.org/jira/browse/XERCESC-1214
> Project: Xerces-C++
> Type: Bug
> Components: SAX/SAX2
> Versions: 2.4.0
> Environment: Windows 2000 Server with SP4
> Reporter: Kevin Iu
>
> When I parse the following XML Tag, I found that it process twice when the
> string content contain escape sequences. i.e.
> <MSG>
> <A><![CDATA[ABCD]]></A>
> </MSG>
> I found that the first parsing process, "<![CDATA[ABCD]]" was the content.
> And in the second parsing process, ">" was the content.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]