pyXML support for XSL tranformations??

Martin von Loewis loewis at informatik.hu-berlin.de
Sat Jan 20 17:53:00 EST 2001


"Scott Hathaway" <slhath at home.com> writes:

> 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 4Suite. It is a PyXML superset, that uses the PyXML parsers and
implements the transformations on top of it.

Regards,
Martin



More information about the Python-list mailing list