There is a new version of generateDS.py etc -- version 2.6b.

Here are a few notes and details from the README:

# =========================================================

Version 2.6b (10/13/2011)
* Fix for case where a child element is declared with a type that
is a simpleType whose restriction base is another simpleType
that is referred to with a namespace prefix.  With this fix we
ignore the prefix, so that at least it will work when there are
*not* two different simpleTypes whose qualified names have the
same local name (qualified name minus the namespace prefix).
Thanks to Thomas Nichols for finding and reporting this one.
* Added a unit test for the above restriction base with namespace
prefix.
* Added a blank character when needed at the beginning and end of
of doc strings inserted in generated classes to protect against
the case where the doc string begins or ends with a double quote
character.
* Fixes to various files in the tutorial/Code/ directory and to
the text files in the tutorial/ directory in order to make them
more consistent and less confusing.  Added the individual sample
code files to the distribution so that users will not have to
find and unzip a zipped archive.
* Fixes to files in tests/ and to the distribution config
(MANIFEST.in) so that the distributed version would pass unit
tests.  (Please let me know if it does not.)
* Removed file generatedssuper.py from the distribution.  Added
notes to the documentation on how to create this module by
copying from a generated module for those who want to customize
those methods in the common superclass.
* Fix to django/generatedssuper.py -- Regularized and fixed the
names generated in models and forms files.
* Fix to the code that generates the member_data_item_/MemberSpec_
list/dict.  If the type of a child element is defined by a
reference (ref="") to an element rather than, e.g.  a
complexType, it was using the child's name not it's type.
* Added xs:base64Binary and xs:language to the list of string
types in generateDS.py and django/generatedssuper.py.  Also,
xs:anyURI and xs:duration.

# =========================================================

You can find it here:

- Python Package Index -- http://pypi.python.org/pypi/generateDS/
- Source Forge -- http://sourceforge.net/projects/generateds/

If you have comments, suggestions, or problems, please send them
along.

- Dave



 
-- 


Dave Kuhlman
http://www.rexx.com/~dkuhlman
------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2d-oct
_______________________________________________
generateds-users mailing list
generateds-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/generateds-users

Reply via email to