[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#617526: ITP: java-xmlbuilder -- XML builder that creates simple XML documents using sparse Java code



Package: wnpp
Severity: wishlist
Owner: James Page <james.page@canonical.com>


* Package name    : java-xmlbuilder
  Version         : 0.4
  Upstream Author : James Murty 
* URL             : http://code.google.com/p/java-xmlbuilder/
* License         : Apache-2.0 
  Programming Lang: Java
  Description     : XML builder that creates simple XML documents using sparse Java code

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.

Internally, XML Builder uses JAXP to build a standard W3C Document model (DOM) that you can 
easily export as a string, or access and manipulate further if you have special requirements.

My motivation for packaging this is that it is required to support packaging of jets3t (which
is required to support the jenkins-ec2-plugin)



Reply to: