Download List

Project Description

xmlenc is a light-weight XML encoding library for
Java. It fills the gap between a light-weight
parser like SAX, and a heavy-weight XML output
library, like JDOM.

System Requirements

System requirement is not defined
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-12-17 15:11
0.46

This release improves performance. Although two classes have been
removed, there should be no impact on the client side except for faster
execution.
Tags: Minor feature enhancements

2004-12-10 17:13
0.45

The main goal of this release is a performance boost.
Tags: Major bugfixes

2004-11-18 22:42
0.44

A bug has been fixed in XMLEncoder.text(Writer,char[],int,int,boolean).
Tags: Minor bugfixes

2004-03-13 21:27
0.42

Some performance improvements were made. A bug was
fixed in text(Writer,char[],int,int,boolean) which
caused the method to behave erroneously if start
is not 0 and escapeAmpersands is false; it would
write the complete character string, disregarding
the specified start index, but assuming 0 instead.
Tags: Minor bugfixes

2004-02-11 22:47
0.41

The performance of whitespace(Writer,char[],int,int) has been improved by checking the characters first and then writing the complete character string at once. An XMLChecker class has been added for checking various symbols in the XML grammar. XMLOutputter.dtd(String,String,String) now properly checks that the 'name' argument matches the 'Name' production in the XML grammar.
Tags: Minor feature enhancements

Project Resources