XML/XSLT for newbies
Martin von Loewis
loewis at informatik.hu-berlin.de
Sat Mar 24 06:44:43 EST 2001
lance.hill at removespamfilter.olsinc.net writes:
> All the documentation I have been able to find on how to do xsl
> transformation assumes you have ASP,VB,JAVA or such. Does anyone know
> of learning resources for xml/xsl in python?
For XML, I recommend the Python/XML tutorial:
http://py-howto.sourceforge.net/xml-howto/xml-howto.html
and the API documentation:
http://python.sourceforge.net/devel-docs/lib/markup.html
For XSLT, I recommend the 4Suite API documentation:
http://services.4Suite.org/topics/rdf/Top/Documentation/APIs
Regards,
Martin
More information about the Python-list
mailing list