XML Binary Infoset

XBIS is an encoding format for XML documents that is fully convertible to and from text, with information set equivalence between the original document text and regenerated document text. It's intended for use in transmitting XML documents between application components, and is therefore designed for processing speed. The current Java language implementation offers several times the performance of SAX2 parsers working from text documents across a wide range of document types and sizes, and across JVMs tested, while also providing a substantial reduction in document size for most types of XML documents.

License

License

BSD
Categories

Categories

Net
GroupId

GroupId

net.sourceforge.xbis
ArtifactId

ArtifactId

xbis
Last Version

Last Version

0.9.5
Release Date

Release Date

Type

Type

jar
Description

Description

XML Binary Infoset
XBIS is an encoding format for XML documents that is fully convertible to and from text, with information set equivalence between the original document text and regenerated document text. It's intended for use in transmitting XML documents between application components, and is therefore designed for processing speed. The current Java language implementation offers several times the performance of SAX2 parsers working from text documents across a wide range of document types and sizes, and across JVMs tested, while also providing a substantial reduction in document size for most types of XML documents.
Project URL

Project URL

http://xbis.sourceforge.net/
Project Organization

Project Organization

Sosnoski Software Solutions, Inc.
Source Code Management

Source Code Management

http://xbis.cvs.sourceforge.net/viewvc/xbis/xbis/

Download xbis

How to add to project

<!-- https://jarcasting.com/artifacts/net.sourceforge.xbis/xbis/ -->
<dependency>
    <groupId>net.sourceforge.xbis</groupId>
    <artifactId>xbis</artifactId>
    <version>0.9.5</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.xbis/xbis/
implementation 'net.sourceforge.xbis:xbis:0.9.5'
// https://jarcasting.com/artifacts/net.sourceforge.xbis/xbis/
implementation ("net.sourceforge.xbis:xbis:0.9.5")
'net.sourceforge.xbis:xbis:jar:0.9.5'
<dependency org="net.sourceforge.xbis" name="xbis" rev="0.9.5">
  <artifact name="xbis" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.xbis', module='xbis', version='0.9.5')
)
libraryDependencies += "net.sourceforge.xbis" % "xbis" % "0.9.5"
[net.sourceforge.xbis/xbis "0.9.5"]

Dependencies

compile (2)

Group / Artifact Type Version
jdom : jdom jar 1.0
xerces : xercesImpl jar 2.9.1

Project Modules

There are no modules declared in this project.

Versions

Version
0.9.5