Its trivial to parse xml in python out of the box and he only limitations are you must use a pyre python parser, of which there are many choices.
But you really haven't said what sort of requirements you have. For instance are you try deal with soap, do you want xml dom or just an element tree or a sax style event processing. But this is basic python nothing to do with appengine so you are unlikely to find examples here. Google is your friend. T On Jul 12, 3:52 pm, CMF <[email protected]> wrote: > After searching the threads in this groups, seems that there is a > limitation on parsing xml in app engine, > Could anyone provide a working example for me? thanks -- 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.
