Release History

Version Date Description
2.2.2 2007-12-05 Improving PrettyPrinterXMLWriter
2.2.1 2007-04-07 Minor update so the Maven transitive dependencies will work
2.2 2003-12-17 Lang dependency gone, JDK 1.4 the target JVM
2.1 2003-09-02 XmEnc dependency upgrade
2.0 2003-09-02 Rewritten API, XmlWriter goes from class to interface

Get the RSS feed of the last changes

Release 2.2.2 - 2007-12-05

Type Changes By
update PrettyPrinterXMLWriter does not implement all methods hen
update expected/actual in the incorrect order in XmlWriterTest hen

Release 2.2.1 - 2007-04-07

Type Changes By
update Upgrading to depend on xmlenc 0.52 (as that is on maven central) hen

Release 2.2 - 2003-12-17

Type Changes By
update Modified code so the dependency on Commons-Lang is no longer necessary. This did mean moving to JDK 1.4 as the dependent JVM. hen
update Removed unnecessary throwing of IOException in the FormattingXmlWriter. hen

Release 2.1 - 2003-09-02

Type Changes By
update Upgraded the depdency for xmlenc from 0.20 to 0.37. Had to change the XmlEncXmlWriter slightly and improve the unit test. hen

Release 2.0 - 2003-09-02

Type Changes By
update Migration from the xmlwriter.sf.net location. hen
add Rework of system so that it is very adaptable/pluggable. There are two underlying core writers, one on top of xmlenc and the other an osjava version. On top there are multiple decorator pattern implementations. hen
add On the fly schema checking. hen
add Pretty printing. hen
add Number/Date formatting. hen
add Various empty element options. hen