libxml-maven-plugin-java

Maven xml plugin
  https://github.com/mojohaus/xml-maven-plugin/
  0
  no reviews



A plugin for various xml related tasks like validation, transformation, and the like. the plugin offers the following goals:
* xml:validate validates xml files against a schema.
if the files aren't matching a certain schema, one may simply check,
whether they are well formed.
* xml:transform transforms xml files by applying xslt stylesheets.