Download List

Project Description

generateDS.py generates Python data structures
(for example, class definitions) from an XML
schema document. These data structures represent
the elements in an XML document described by the
XML schema. It also generates parsers that load an
XML document into those data structures. In
addition, a separate file containing subclasses
(stubs) is optionally generated. The user can add
methods to the subclasses in order to process the
contents of an XML document.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2010-07-08 17:48 Back to release list
2.0b

lxml/ElementTree is now used in generated files. The parse(), parseString(), and parseLiteral() functions now automatically recognize the root element of an instance XML document. hasContent_ was fixed so that the superclass is also checked. For classes that must call an overridden method, "super(superclassname, self).m(...)" is now used.

Project Resources