Changeset 180 for Xml/xsd-fu/trunk/generateDS/README
- Timestamp:
- 05/29/08 18:12:08 (6 months ago)
- Files:
-
- 1 modified
-
Xml/xsd-fu/trunk/generateDS/README (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
Xml/xsd-fu/trunk/generateDS/README
r112 r180 140 140 Change history 141 141 -------------- 142 143 Version 1.13a (05/26/2008): 144 * Added support for generating namespace prefix during export 145 if the XML Schema specifies the targetNamespace. Thanks to 146 Andre Adrian for implementing this feature. 147 148 Version 1.12b (05/20/2008): 149 * Patches to escape special XML characters (entities) in valueOf 150 and attributes. Thanks to Darius Powell for this fix. 151 152 Version 1.12a (05/06/2008): 153 * Fix to name used to generate validation method. 154 * Embedded process_includes.py functionality into generateDS.py. 155 156 Version 1.11d (04/28/2008) 157 * Added support for specifying default values in attributes 158 and elements that are primitive types. 159 160 Version 1.11c (03/31/2008) 161 * A fix in enumeration building code. 162 163 Version 1.11b (11/19/2007) 164 * Fixed bug that caused an infinite loop when a class has a 165 simple type as a base/super class. 166 * Added additional simple types to the list of recognized simple 167 types. For a list of simple types, see: 168 http://www.w3.org/TR/xmlschema-0/#SimpleTypeFacets 169 * Added additional Python keywords to list of transformed names. 170 See global variable NameTable. 142 171 143 172 Version 1.11a (10/11/2007)
