[XML-SIG] XSLT transforming with Python

Dave Kuhlman dkuhlman at cutter.rexx.com
Tue Jan 24 18:31:47 CET 2006


On Tue, Jan 24, 2006 at 10:24:21AM +0200, Juha Rantanen wrote:
> Hi,
> 
> I'm creating software that writes simple xml log and transforms it to
> html. I have been looking for library that could be easily included to my
> software. My software should work with Python and it should be platform
> independent.

*Not* your solution, because it is not platform independent, but
for others listening for an answer to your question -- lxml has
XSLT support.  See:

    http://codespeak.net/lxml/

lxml is build on libxml, which must be installed separately and
which includes C code.

Dave


-- 
Dave Kuhlman
http://www.rexx.com/~dkuhlman


More information about the XML-SIG mailing list