This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author andybalaam
Recipients andybalaam, realpolitik
Date 2009-10-09.08:26:50
SpamBayes Score 0.008750126
Marked as misclassified No
Message-id <1255076811.85.0.3650893566.issue6676@psf.upfronthosting.co.za>
In-reply-to
Content
Just in case it wasn't obvious - the workaround is to create a new
parser (with xml.parsers.expat.ParserCreate()) for every XML file you
want to parse.
History
Date User Action Args
2009-10-09 08:26:51andybalaamsetrecipients: + andybalaam, realpolitik
2009-10-09 08:26:51andybalaamsetmessageid: <1255076811.85.0.3650893566.issue6676@psf.upfronthosting.co.za>
2009-10-09 08:26:50andybalaamlinkissue6676 messages
2009-10-09 08:26:50andybalaamcreate