On Dec 30, 8:58 pm, Ishmael <[email protected]> wrote:
> I ended-up building my own "xml_to_array()" function. turned out to be
> rather easy because the model.to_xml() uses such a nice and compact
> schema. what language are you using? my function is in PHP if you want
> me to post it. otherwise I think you'll be hard pressed to find a
> generic utility function that is built to handle GData types.
>
> On Dec 29, 7:51 am, Tony <[email protected]> wrote:
>
> > I am implementing an app, Flex 3 as the GUI via pyamf.
>
> > In a response, return a string by calling model.to_xml() and parse
You are so nice.
I am using actionscript 3.0 to handle the xml returned from gae.
I think gae is lacking a clear documentation.
I even don't how to get back the value from
a db.Email object . So that I want just to xml()
to get the value and for further handling.
I know a bit php. I would be very graceful if you
give me your php source code and can you tell
me how to handle db.Email object in python?

Thank you.

> > the result in flex 3, var data:XML = new XML(resultStr);
>
> > It raised a exception
> > "TypeError: Error #1083: The prefix "gd" for element
> > "gd:postalAddress" is not bound."
>
> > Who can tell me that how can I parse the xml ? Thank you
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" 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/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to