There is a new version of generateDS.py -- version 2.18a.

You can find it here:

- Python Package Index -- http://pypi.python.org/pypi/generateDS/
- Source Forge -- http://sourceforge.net/projects/generateds/
- Bitbucket -- For those of you who prefer using Mercurial, there is
  also a Mercurial repository at Bitbucket:
  https://bitbucket.org/dkuhlman/generateds

Below are a few notes and details from the README.

If you have comments, suggestions, or problems, please send them
along.  The email list is here:
https://lists.sourceforge.net/lists/listinfo/generateds-users

Dave

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

Version2.18a (12/16/2015)

- Fixed quoting of simpleContent so that, e.g., "&" is exported
  as "&" and not as "&".  Thanks to Ardan Patwardha for
  reporting this and contributing a fix.
- Fix to generation of exportAttributes so that the test for already
  generated is properly quoted.  Thanks to Naresh Shenoy for
  reporting this and for contributing a fix.
- Another fix related to the unquoted constant in exportAttributes.
  A simple fix had a bad conflict.  Thanks to Christian Rasmussen
  for focusing my attention on this one.
- Fix for xs:simpleContent that extends type xs:float (or xs:integer
  or other numeric types).  When set to numeric zero (for example,
  after parsing the instance doc), the value was not being exported.
  Thanks to Ardan Patwardhan for diagnosing this and for
  contributing the fix.

# =========================================================
-- 

Dave Kuhlman
http://www.davekuhlman.org

------------------------------------------------------------------------------
_______________________________________________
generateds-users mailing list
generateds-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/generateds-users

Reply via email to