So utterly confused w/ various XML libraries

Martin v. Loewis martin at v.loewis.de
Mon Aug 5 18:07:07 EDT 2002


Robb Shecter <rs at onsitetech.com> writes:

> So, now since I'm (in this case) using these XML libraries only
> through the high-level ZSI SOAP API, it's still unclear to me whether
> I can make any of these substitutions.

I don't know ZSI at all - you may want to ask on xml-sig specifically.

> I just read through some of the docs for PyXML, and apparently it uses
> sgmlop when it can.  

This is not strictly true. It does so when the application requests it.

> Is there a flag or a way to determine if it has actually been found
> and is being used?

If you can get hold of the SAX parser, you can check its class.

Regards,
Martin



More information about the Python-list mailing list