资 源 简 介
XML Utilities simplify common operations in XML world:
loading
validation
transformation
XPath evaluation
XML Utilities are using Xerces and Xalan-J (libraries are included). XML Utilities are distributed under the MIT license.
Update (2012-06-04):
* Tag for version 1.1 created
Upcoming features:
* Support for multiple XSD locations (needs check)
* Common exception (leads to re-factoring of existing code)
* Store functionality (java.io.File, java.io.OutputStream in general…)
* New executable to launch XMLUtilities from command line (support for XML validation and XML transformation)
* Remove dependancy on included JAR files: switch to libs distributed with JDK/JRE.