[XML-SIG] PyXML for jython

Martin v. Loewis martin@loewis.home.cs.tu-berlin.de
Sun, 5 Aug 2001 14:15:29 +0200


> Comments?

This list sounds good, except that you can probably safely drop
sax/drivers, and all other SAX1 stuff that goes with it.

> And xpath, xslt and schema? Are they pure python without any C
> extensions? Are there any testsuites that covers these?

=46rom the current PyXML CVS? The xslt and xpath packages currently
don't work there. They also use a single extension module, namely
boolean. That can be easily rewritten in pure Python, though.

schema/trex is pure Python, but it uses xml.parsers.expat (as a few
other modules do as well). So until PyTrex is on a more general basis,
parser-wise, it is probably not of much use in Jython.

Regards,
Martin