Announce: generateDS.py -- generate bindings from XML Schema

You may want to add generateDS.py to the list of tools at
http://www.w3.org/XML/Schema.

I've attached a description below.

Thanks.

- Dave

==================================================================

generateDS.py
===============

generateDS.py generates Python bindings (data structures, class definitions)
from an XML Schema document.  These data structures represent the
elements in an XML instance document described by the XML Schema. 
generateDS.py also generates parsers (methods in the generated
class) that load an XML document into those data structures, export
methods that can be called to print out the XML instance document
or write it to a file, getter and setter methods, and other
support.  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.

For more information, see the documentation at:
http://www.rexx.com/~dkuhlman/generateDS.html.

A distribution package containing generateDS.py, documentation,
and support files is available here:

- http://pypi.python.org/pypi/generateDS/

- http://sourceforge.net/projects/generateds/

==================================================================



-- 


Dave Kuhlman
http://www.rexx.com/~dkuhlman

Received on Wednesday, 6 January 2010 08:01:48 UTC