> Django doesn't ship anything for XML serialization or deserialization,  
> but Python does.

Actually, Django does provide that capability, at least in 1.0/1.1:

http://docs.djangoproject.com/en/dev/topics/serialization/#topics-serialization

Supported formats include XML, JSON (via simplejson), Python, and
YAML... I don't use the XML side of it, but the JSON works quite
nicely for me, with the jQuery Javascript library on my client-side to
transfer/decode the data.

Although I agree with the others, I'm not sure what exactly your app
is trying to be.

John C>

--~--~---------~--~----~------------~-------~--~----~
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