Codesample for xml/xslt transforming

Thomas Guetttler guettli at thomas-guettler.de
Tue Sep 9 09:16:20 EDT 2003


Am Tue, 09 Sep 2003 14:45:54 +0200 schrieb Axel Straschil:

> Hello!
> 
> Im fouling around with xml/xslt and zope. 
> Now, im seraching for a simple codesample or link
> for a simple xslt-tranformation in python and libxml
> or 4Suite.
> I've test.xml, test.xsl or two vars with the code
> and wan't to transform it. 
> Google just helped me for C ...

4suite contains examples and tests. You could see how they work.

BTW, I used to waste a lot of time with xslt. 
I think you are most of the time quicker with SAX for
parsing XML and "print" to create XML.

 thomas





More information about the Python-list mailing list