Parent Directory
|
Revision Log
|
Patch
--- xmlbeans/trunk/CHANGES.txt 2005/02/07 23:23:57 151776 +++ xmlbeans/trunk/CHANGES.txt 2005/02/08 22:12:25 152946 @@ -2,17 +2,17 @@ * new store implementation, including native DOM implementation (ericvas) * Piccolo is now the default parser.XmlOptions.setLoadUseXMLReader (XMLReader xmlReader) can be used when a diffrent parser is required. (cezar) -* JAM is downloaded from codehaus (radup) * Sample xml generation from an schema file (radup) +* New failfast behavior for simple types, more consistent (radup) * EntityResolver is setable in SchemaCompiler (David Jencks) * XPath 2.0 and Xquery support through Saxon (Yana Kadiyska) * java 1.5 generics for array properties added to generated source (kkrouse) -* Simplified working with substitution groups by adding XmlObject.substitute() (radup) +* Simplified working with substitution groups by adding XmlObject.substitute() method (radup) * "-noVDoc" command-line option for scomp to skip validation of <xs:documentation> contents (radup) * uniform access to the getSourceName() method in Schema Object Model * Cleaned up schema compilation APIs with a XmlBeans.compileXmlBeans() (kkrouse) * Added error codes and improved validation error messages (kkrouse) -* Changed .xsb format to improve performance (radup) +* Changed .xsb format and loading strategy to improve performance (radup) * Ability to pass URLs instead of Files for Wsdl/Schemas (Jacob Danner) * Added option to pass in "##local" to -allowmdef (radup) * Inst2xsd: support for xsi:nil and qname fix. (cezar) @@ -20,16 +20,15 @@ * adding ValidatingInfoXMLStreamReader for PSVI access on XMLStreamReaders (cezar) * added Location to streaming validation errors (kkrouse) * Instance 2 schema tool (cezar) +* Support for arbitrarily nesting <xsd:redefine>s (radup) * New "schema bookmark" mechanism allowing one to tag user data on Schema Object Model entities (radup) * Add ability for XmlSaxHandler to insert bookmarks while loading (ericvas) -* Added new 'noSrcRegen' flag to the <scomp> ant task. (radup) * Added a diff utility that compares two jars (or directories) containing compiled Schema types.(radup) * Interface and pre-post extensions (cezar) * Enabled ValidatingXMLStreamReader to start validating from both current and next event in the XMLStreamReader (cezar) -* SchemaTypeSystem saver that does not depend on Java being generated. (radup) * Functionality to retrieve xml validation errors programatically (patch from Dutta Satadip) * Added saver options to not save xml decl (ericvas) -* Added a SOAP11 encoding built-in Schema Type system (radup) +* Added ability to compile Schemas containing references to SOAP11 encoded arrays (radup) * selectChildren and selectAttributes for dynamic getters and some wildcard scenarios (cezar) * Location in ValidatingXmlStreamReader (cezar) * Added a wrapper over jsr173's XMLStreamReader (cezar)
| apache@apache.org | ViewVC Help |
| Powered by ViewVC 1.1.2 |