XSL transform with Python

Irmen de Jong irmen at -nospam-remove-this-xs4all.nl
Wed Oct 6 13:57:00 EDT 2004


Vegard Bakke wrote:
> Hi!
> 
> All I want to do is transforming an XML into another XML using an XSLT
> stylesheet.
[...]

> Can anyone give me a pointer to what module to use, what is stable,
> and what is and be stay standard for Python?

Theres no "THE" xslt library for Python, as far as I know.
I've used Pyana in the past (http://pyana.sourceforge.net/) with
good results, and it uses the Apache Xalan XSLT processor,
which I hold in high regard (wathever that's worth).

--Irmen



More information about the Python-list mailing list