daikini
daikini

Reputation: 1337

How to Translate XML into HTML using XSL Stylesheet in Python?

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

Answers (1)

mzjn
mzjn

Reputation: 51002

Use lxml, which supports XSLT 1.0.

Upvotes: 3

Related Questions