Re: Applying XSLT to an XML file using Django

2009-06-24 Thread Francisco Rivas
Sorry I forgot that important information : What do you mean, 'nothing' when you tried to use it inside the view? The final XML file, that obtained of apply the XSL template to the original XML, is not created. What happened when you imported it? What happened when you called it? When I impo

Re: Applying XSLT to an XML file using Django

2009-06-24 Thread Daniel Roseman
On Jun 24, 3:53 pm, Francisco Rivas wrote: > 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.pyhttp://dpaste.com/59193/and I have this another snippet to apply an

Applying XSLT to an XML file using Django

2009-06-24 Thread Francisco Rivas
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 f