1

Possible Duplicate:
module to create python object representation from xml
Best way to parse xml in Appengine with Python

Can anyone point me in the right direction for doing the following:

-I have an xml file and xsd

-I'm using python and element tree

-I already validated the xml against the xsd

-I want to know, what are good ways of creating objects from the xml? I want to read the xml, and create an object (based on the tag) add the info to the object, and then hopefully put that object in the database.

Any links or ideas to get appreciated. (I'm using google app engine too)

Community
  • 1
  • 1
bb2
  • 2,872
  • 7
  • 37
  • 45
  • Can you give a short, concrete example of what you mean by "creating objects from the xml"? – Steven Rumbalski Oct 24 '11 at 22:42
  • I just found this [http://stackoverflow.com/questions/4628771/best-way-to-parse-xml-in-appengine-with-python][1] thanks anyway. – bb2 Oct 24 '11 at 22:52

0 Answers0