Tagged Questions
EXI (Efficient XML Interchange) is a W3C recommandation for more compact XML data. Its purpose is to spare memory and processing power for example for devices with little memory, like mobile phones. To accomplish this, EXI uses a binary format instead of the text format used in XML. A XML document ...
4
votes
3answers
2k views
EXI (efficient XML interchange) coming… Are XML APIs ready?
W3's EXI (efficient XML interchange) is going to be standardized.
It claims to be "the last binary standard".
It is a standard to store XML data optimized for
processing and storage, is bundled with ...
3
votes
3answers
364 views
java sample for encoding/decoding EXI?
I'm looking for a Java sample program for encoding/decoding EXI (Efficient XML Interchange) streams, using either EXIficient or OpenEXI.
Could someone help? I can't seem to find a sample app.
edit: ...
1
vote
3answers
323 views
advice on choosing different binary xml tools
My requirement is to compress xml file into a binary format, transmit it and decompress it (lightening fast) before i start parsing it.
There are quite a few binary xml protocols and tools available. ...