3

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:)

2
  • 1
    Are you looking for a Python implementation of an XSLT processor, or any kind of bridge to an XSLT processor? Commented Mar 14, 2011 at 21:01
  • @Alejandro I'm looking for the most simple way, if there is, to processing my xml files using stylesheet and python. Commented Mar 14, 2011 at 21:09

1 Answer 1

3

Use lxml, which supports XSLT 1.0.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.