I have an XSL stylesheet template that converts my XML file to HTML. How can I do this processing using Python?
... and here is a link to a really simple solution :)
Use lxml , which supports XSLT 1.0 .