Parsing XML streams

Jeremy Bowers jerf at jerf.org
Thu Sep 11 22:24:27 EDT 2003


On Thu, 11 Sep 2003 16:30:18 -0700, Peter Scott wrote:

> Is there some way to do this with the standard python xml parsers?
> Will I need to use PyXML? Or what?

xml.parsers.expat can parse things in pieces. It shouldn't be *too* much
work to convert over.




More information about the Python-list mailing list