Reputation: 1337
I have an XSL stylesheet template that transforms my XML file into HTML. How can I perform such processing using Python?
...and here's the link to really simple solution:)
Upvotes: 3
Views: 6220
Reputation: 51002
Use lxml, which supports XSLT 1.0.