Jaxup is a Java library that defines an interface to update XML documents, through which clients can work without knowledge of the exact object model that the document uses. The interface is called Updater, and the idea behind it is the same as with Jaxen's Navigator interface. In addition, an implementation of xmldb.org's proposed XUpdate specification is provided. Jaxup supports DOM, JDom, and DOM4J.
| Tags | Software Development Libraries Java Libraries Text Processing Markup XML |
|---|---|
| Licenses | BSD Original |
| Implementation | Java |
Recent releases


Release Notes: This release now allows the <update> command to update the value of an XML attribute, and <insert- before/after> to insert an attribute. More tests were added to the test framework, including tests for the above.


Release Notes: The most important new feature in 1.0-beta2 is the test framework. Other changes include more javadoc, workarounds for bugs in 3rd-party libraries, and bugfixes.
A C++ library that converts “transliterated” representations of non-English languages (that use sequences as ANSI characters to represent characters) to Unicode.