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 Frederick.Ross
Recipients Frederick.Ross, eli.bendersky, eric.araujo, ezio.melotti, pitrou, rhettinger
Date 2012-05-25.19:26:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1337973998.71.0.694812040634.issue14852@psf.upfronthosting.co.za>
In-reply-to
Content
Antoine, It's not iterative parsing, it's a sequence of XML docs or json objects.

Eric, the server I'm retrieving from, for real time searches, steadily produces a stream of (each properly formed) XML or json documents containing new search results. However, at the moment I have to edit the stream on the fly to wrap an outer tag around it and remove any DTD in inner elements, or I can't use the XML parser. Such a workaround isn't possible with the json parser, since it has no iterative parsing mode.
History
Date User Action Args
2012-05-25 19:26:38Frederick.Rosssetrecipients: + Frederick.Ross, rhettinger, pitrou, ezio.melotti, eric.araujo, eli.bendersky
2012-05-25 19:26:38Frederick.Rosssetmessageid: <1337973998.71.0.694812040634.issue14852@psf.upfronthosting.co.za>
2012-05-25 19:26:38Frederick.Rosslinkissue14852 messages
2012-05-25 19:26:37Frederick.Rosscreate