|

Click Here to Download
Introduction
The purpose of this library is to show an example implementation of the EXI standard, as specified by the W3C (http://www.w3.org/TR/exi/).
As this library is being explored for use in the ZigBee SE 2.0 standard, it was tested and used mostly just with the SE 2.0 XML schema. We recommend that you download the schema from the ZigBee website and use it. There are no guarantees that the library will work with any other XSD files, since there are known limitations in the implementation.
The link to the download section of the SE 2.0 is:
http://zigbee.org/Standards/Downloads.aspx#821
This library uses Apache xerces which is redistributed in the lib/ directory, and requires recent versions of java 1.6.
A few caveats
Please be aware that this library has bugs and limitations, and is released without any guarantees. It is intended to be used for the purpose of better understanding EXI.
This library has not been validated against any other EXI implementation for correctness or has not been certified in any way to be 100% EXI compliant.
|