Last Version

xmlwriter 2.2.2

A great way to output Xml. Far easier to code with than painful DOM or SAX like solutions and much nicer in terms of speed and memory usage. <br/> <br/> While XmlWriter contains its own xml outputter, it has the ability to sit on top of other core Xml writing products, such as <a href="http://xmlenc.sf.net/">XmlEnc</a>. In addition, the user may layer <a href="Optional.html">other functionalities</a> on top of the core writing, such as on the fly schema checking, date/number formatting, specific empty-element handling and pretty-printing.

GroupId

GroupId

xmlwriter
ArtifactId

ArtifactId

xmlwriter
Version

Version

2.2.2
Type

Type

jar
Description

Description

xmlwriter
A great way to output Xml. Far easier to code with than painful DOM or SAX like solutions and much nicer in terms of speed and memory usage. <br/> <br/> While XmlWriter contains its own xml outputter, it has the ability to sit on top of other core Xml writing products, such as <a href="http://xmlenc.sf.net/">XmlEnc</a>. In addition, the user may layer <a href="Optional.html">other functionalities</a> on top of the core writing, such as on the fly schema checking, date/number formatting, specific empty-element handling and pretty-printing.
Project URL

Project URL

http://www.osjava.org/xmlwriter/
Project Organization

Project Organization

OSJava
Source Code Management

Source Code Management

http://code.google.com/p/osjava/source

Download xmlwriter 2.2.2


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

Dependencies

compile (3)

Group / Artifact Type Version
xmlenc : xmlenc jar 0.52
msv : isorelax jar 20030807
junit : junit jar 3.8.1

Project Modules

There are no modules declared in this project.