Downloadliste

Projektbeschreibung

XML Binary Infoset Encoding (XBIS) is an encoding designed to eliminate most of the padding of XML text documents being passed between programs, while being faster to generate and interpret. The focus is more on speed than on size, so if document size is the major concern standard compression algorithms can offer superior results. The current Java implementation shows 4-8X performance benefits over standard XML parsers over a range of document types and sizes and across JVMs tested.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2004-06-16 05:21
0.9.5

Diese Freigabe verändert den Schwerpunkt von den Transport der vollen XML Infoset für die Erhaltung der kanonischen Form von Dokumenten von und nach XBIS Darstellungen umgewandelt. Es unterstützt die Übertragung noch mehr Informationen als nötig, um die kanonische Form zu erhalten, aber, um der allgemeinen Mechanismus zur Serialisierung Dokument Modelle verwendbar. Diese Version ebenfalls enthalten Tests im Vergleich zu XBIS Bearbeitungszeit und Dokumentgröße gegen sowohl Text als auch zip / gzip Darstellungen, zusammen mit aktualisierten Testergebnissen.
Tags: Major feature enhancements
This release changed the main focus from transporting the full XML Infoset to preserving the canonical form of documents converted to and from XBIS representations. It still supports transferring more information than is needed to preserve the canonical form, though, in order to be usable as a general serialization mechanism for document models. This release also included tests to compare XBIS processing time and document size against both text and zip/gzip representations, along with updated test results.

2003-10-11 02:23
0.9

Diese Version bietet Java-Adapter für die Umwandlung von und nach SAX2 Veranstaltungen. Die Eingabe erfolgt ein Adapter XBIS Dokument Repräsentation und emuliert eine SAX2 Parser Verarbeitung des Originaldokuments. Die Ausgabe-Adapter nimmt Eingaben von einer SAX2-Parser und erzeugt XBIS Ausgang. Die Konvertierungen von der älteren XMLS-Code (zum und vom JDOM und dom4j Dokument Modelle) behandelt wurden noch nicht auf die neuere XBIS Kern-Code portiert wurde, sind aber für die nächste Version geplant. Die tatsächlichen Formate kodiert sind im Wesentlichen die gleichen wie für XMLS.
Tags: Major feature enhancements
This release provides Java adapters for converting to and from SAX2 events. The input adapter takes an XBIS document representation and emulates a SAX2 parser processing the original document. The output adapter takes input from a SAX2 parser and generates XBIS output. The conversions handled by the earlier XMLS code (to and from JDOM and dom4j document models) have not yet been ported to the newer XBIS core code, but are planned for the next release. The actual encoded formats are essentially the same as for XMLS.

Project Resources