On Aug 11, 11:41 am, Alex Nikolaenkov <[EMAIL PROTECTED]>
wrote:
> Hello guys,
> I like just about everything in django, but at this point of me reading django
> book I can't imagine the way of xmlizing django.
>
> Is there a way to use XSLT templates instead of standard django template 
> language?

I would recommend using lxml library. It's pretty lightweight, fast
and has support for several XML-related standardized technologies.
However, serializing your object to XML might be a litter harder as
Django serializers doc page states:

"This API is currently under heavy development and may change -
perhaps drastically - in the future.
You have been warned."

And from my experience it's pretty unstable stuff.
Try looking at http://www.strangegizmo.com/products/pyxslt/

Dan


--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to