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,
[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