[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[xslt] Applying XSLT to an XML file using Django
- From: Francisco Rivas <taken2k4 gmail com>
- To: django-users googlegroups com, xslt gnome org
- Subject: [xslt] Applying XSLT to an XML file using Django
- Date: Wed, 24 Jun 2009 16:53:21 +0200
Hi everyone in both lists.
I created a XSL template and I want to apply it to an XML data (or file) which I get from a django view, I mean, I have this snippet in my views.py http://dpaste.com/59193/ and I have this another snippet to apply an XSL transformation http://dpaste.com/59194/ ( excuse for the commented lines ).
I tried this :
- sobprocess.popen to execute the script
- to use the script inside the view but nothing.
My idea is to call transformer function and pick the file and give it to download.
Am I missing something?, Am I doing something wrong?...
Any kind of help would be appreciate. Thanks in advance and best regards. :D
--
Francisco Rivas
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]