Re: Sequential XML parsing with xml.sax

2005-08-23 Thread peter
Hi. Fredrik Lundh wrote: > [EMAIL PROTECTED] wrote: > > > The API reference isn't clear on whether parseString can only handle > > discrete bits of valid XML > > the documentation says that "parse" expects an XML document, > and that "parseString" is the same thing, but parses from a buffer. OK,

Re: Sequential XML parsing with xml.sax

2005-08-23 Thread Fredrik Lundh
[EMAIL PROTECTED] wrote: > The API reference isn't clear on whether parseString can only handle > discrete bits of valid XML the documentation says that "parse" expects an XML document, and that "parseString" is the same thing, but parses from a buffer. it's probably easier to pass a BZ2File ins