libjava-xmlbuilder-java

Xml builder java library for creating xml documents
  http://code.google.com/p/java-xmlbuilder/
  0
  no reviews



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.