pyXML support for XSL tranformations??

Jan Dries jdries at mail.com
Sat Jan 20 09:15:35 EST 2001


Scott Hathaway wrote:
> 
> Using the Microsoft tools, you can load an XML document, then load and XSL
> or XSLT document into memory and then call nodeTransform to blend the two
> together and then spit it back out.
> 
> Is there a way to do this with pyXML or any other python xml library?

Try PySablot (http://www.gingerall.com/). It's a python wrapper around
the Sablotron XSLT engine, and enables you to do what you want.

Jan




More information about the Python-list mailing list