On Jun 24, 3:53 pm, Francisco Rivas <taken...@gmail.com> 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 
> XSL
> transformationhttp://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

What do you mean, 'nothing' when you tried to use it inside the view?
What happened when you imported it? What happened when you called it?
What errors did you get?
--
DR.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to