Hi all, I want to convert the model object to xml data. i used the django serialization for that. then i'm getting the xml data as shown in bellow. But my aim to remove the "<django-objects version="1.0">" tag or replacing that tag by other name. is there is any way to achieve that one. If anybody know please help me.
<?xml version="1.0" encoding="utf-8"?> <django-objects version="1.0"> <object pk="1" model="iw.user"> ----- ----- ----- </object> </django-objects> -- Thanks & Regards, Chiranjeevi.Muttoju -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@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.