[XML-SIG] pyxml wants Internet connection?
Martin v. Löwis
martin at v.loewis.de
Tue Jun 10 22:33:52 EDT 2003
Gary Robinson <grobinson at transpose.com> writes:
> Thanks -- I thought that instantiating would include the equivalent of
> resetting it and that feed meant doing the parsing (which would obviously
> come later).
>
> I guess I thought wrong.
Your guess is nearly right: Invoking .parse first invokes .reset, then
invokes .feed. In-between, it invokes SetParamEntityParsing.
Regards,
Martin
More information about the XML-SIG
mailing list