I have an XSL stylesheet template that transforms my XML file into HTML. How can I perform such processing using Python?
Asked
Active
Viewed 6,026 times
3
-
1Are you looking for a Python implementation of an XSLT processor, or any kind of bridge to an XSLT processor? – Mar 14 '11 at 21:01
-
@Alejandro I'm looking for the most simple way, if there is, to processing my xml files using stylesheet and python. – daikini Mar 14 '11 at 21:09