#5458: Xml serializer - easier manipulation from Adobe Flex
---------------------------------+------------------------------------------
Reporter: [EMAIL PROTECTED] | Owner: nobody
Status: new | Component: Serialization
Version: SVN | Keywords: xml flex
Stage: Unreviewed | Has_patch: 1
---------------------------------+------------------------------------------
Hi,
I'm sending you a patch to version from 2007-09-03 trunk checkout. For
django.core.serialize method serialize() in xml mode, can take bool param
flexmode which enables easier xml parsing from Adobe Flex
(HttpService+Dataprovider) - i.e. no '-' in main tag name, tags 'field'
to '%field.name%' tag.
Sample usage:
{{{
data = serializers.serialize("xml", Holiday.objects.all(), flexmode=True)
}}}
--
Ticket URL: <http://code.djangoproject.com/ticket/5458>
Django Code <http://code.djangoproject.com/>
The web framework for perfectionists with deadlines
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---