[Expat-discuss] (no subject)

Fred L. Drake, Jr. fdrake at acm.org
Wed Oct 29 00:24:15 EST 2003


Ponnusamy.Anand at choicepoint.com writes:
 > This is the application code (API) we use to parse the XML document.

I can only guess what your actual character handler looks like, but
I'd still guess that you're having exactly the problem I described
earlier.  Please review your code carefully, keeping in mind that each
character could be reported to the application separately.  (It
normally won't be in practice, but it could be, depending on the input
document.)


  -Fred

-- 
Fred L. Drake, Jr.  <fdrake at acm.org>
PythonLabs at Zope Corporation



More information about the Expat-discuss mailing list