XSL transform with Python

Uche Ogbuji uche at ogbuji.net
Fri Oct 8 14:38:47 EDT 2004


vegard at mail.com (Vegard Bakke) wrote in message news:<33a013af.0410060646.3a821dc7 at posting.google.com>...
> Hi!
> 
> All I want to do is transforming an XML into another XML using an XSLT
> stylesheet.
> 
> From what I have found on the web/usenet there are several xml/xsl
> libraries/wrapper, all in various stages of alpha/beta/stalled
> releases. (Sablotron, Sab-pyth, PySablot, libxml2, libxslt are some of
> those I found.)
> 
> The script will be running in a production environment and must
> therefore be stable above all. Alphas and Betas are not that welcome.
> 
> Can anyone give me a pointer to what module to use, what is stable,
> and what is and be stay standard for Python?

Don't forget 4Suite, which supports EXSLT and a lot of other
extensions, and has a very clean Python extension mechanism.

http://uche.ogbuji.net/tech/akara/nodes/2003-01-01/python-xslt

-- 
Uche Ogbuji                                    Fourthought, Inc.
http://uche.ogbuji.net    http://4Suite.org    http://fourthought.com
 
A hands-on introduction to ISO Schematron -
http://www-106.ibm.com/developerworks/edu/x-dw-xschematron-i.html
Wrestling HTML (using Python) -
http://www.xml.com/pub/a/2004/09/08/pyxml.html
Enterprise data goes high fashion -
http://www.adtmag.com/article.asp?id=10061
Principles of XML design: Considering container elements -
http://www-106.ibm.com/developerworks/xml/library/x-contain.html
Hacking XML Hacks - http://www-106.ibm.com/developerworks/xml/library/x-think26.html
A survey of XML standards -
http://www-106.ibm.com/developerworks/xml/library/x-stand4/



More information about the Python-list mailing list