response = serializers.serialize('xml', MySet.objects.all()) return HttpResponse(response , mimetype='text/xml;')
The output has each member of "MySet" with an <object> tag, and then within the object, a bunch of <field> tags with each field. It seems sort of hard to parse this on the client side. Can anyone help how to parse out a field, or to have the XML serializer just output something simpler? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---