I have an XSL stylesheet template that transforms my XML file into HTML. How can I perform such processing using Python?
-
1Are you looking for a Python implementation of an XSLT processor, or any kind of bridge to an XSLT processor?user357812– user3578122011-03-14 21:01:43 +00:00Commented 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.daikini– daikini2011-03-14 21:09:39 +00:00Commented Mar 14, 2011 at 21:09
Add a comment
|