EXIficient - open source implementation of the W3C Efficient XML Interchange (EXI) format specification
List of changes:
* Support for EXI profile parameters
* Core parts (grammars and qname handling) revised to improve performance
* Bug-fixes and code clean-up
EXIficient - open source implementation of the W3C Efficient XML Interchange (EXI) format specification
The EXI format is a very compact representation for the Extensible Markup Language (XML) Information Set that is intended to simultaneously optimize performance and the utilization of computational resources.
List of changes from previous release:
* Document Object Model (DOM) API support fully integrated
* Multiple prefixes for same namespace URI can be preserved
* EXI self-contained elements are enabled
* Preserve DocTYPE & EntityReference
* Processing performance has been improved
EXIficient is an open source implementation of the W3C Efficient XML Interchange (EXI) format specification written in the Java programming language.
The EXI format is a very compact representation for the Extensible Markup Language (XML) Information Set that is intended to simultaneously optimize performance and the utilization of computational resources.
List of changes from previous release:
* Expected but type-invalid attributes are handled correctly
* Restricted Character Sets for Built-in EXI Datatypes implemented
* Integer facets (n-bit Integer, Unsigned Integer, Integer)
* Boolean pattern facet (2bit Boolean) integrated
* More (all ?) XML Schema-deviations handled
* Processing performance has been improved