XMLBuilder Version 0.3: XPath, Parsing and Maven Goodies

2009-06-11

I have updated my small java-xmlbuilder project with some nice new features.

First, here's a reminder of what this project does:

XML Builder is a utility that creates simple XML documents using relatively sparse Java code.

It is intended to allow for quick and painless creation of XML documents where you might otherwise be tempted to use concatenated strings, and where you would rather not face the tedium and verbosity of coding with JAXP.

The new features include:

People familiar with the project may notice that I have changed the version numbering scheme. The latest version is 0.3, not 3. I think the "0." prefix better indicates the maturity of this tool.

Tags: Coding Java

Comments