python + xml performance compared to Java and C++ ??

Gillou nospam at bigfoot.com
Mon Oct 15 14:56:19 EDT 2001


With Windows U can use the "MSXML2.DOMDocument" COM object that's pretty
fast and provides XSLT compilation features.
The fastest XML DOM parser (among those available for Python) but there are
still some bugs in XSLT processing.
>
> Fortunately, there are two projects that are working on providing
> bridges between the C++ versions of Xalan and Xerces and Python:
>
> Pyana is focused on providing Xalan's transformation capabilities to
> Python scripts:
> https://sourceforge.net/projects/pyana
> http://pyana.sourceforge.net/docs/
>
> Pirxx is focused on providing an interface to Xerces, right now it
> only provides SAX2 drivers but work is on-going:
> https://sourceforge.net/projects/pirxx
> (don't know where the docs are)
>
> Cheers,
> Brian
>
>
>





More information about the Python-list mailing list