EXIficient

is an open source implementation of the W3C Efficient XML Interchange (EXI) format specification written in the Java programming language (http://exificient.sourceforge.net/).

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.

Requirements

Minimum run-time requirements

Build & test requirements

Project Structure

/

Contains eclipse project files, readme, build and license information.

/src

main source (/src/main) files as well as test source files (/src/test/)

/lib

Required Xerces run-time library (xercesImpl.jar) and test-libs (junit & xmlunit)

/data

contains XML and XML Schema test-data set.