AppEngine does not have any built-in XML-handling facilities, but there are a number of Python libraries that will enable you to parse and generate XML. Personally, I have used minidom (http:// docs.python.org/library/xml.dom.minidom.html) but there are others.
On Sep 29, 4:52 am, jpmorganuk <[email protected]> wrote: > I want to use the app engine to make an application that accepts an > XML file/data into a service and then returns more XML. > > I cannot seem to find any help on this topic. Can someone please point > me in the right direction? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
