General
The plugin offers the xml:validate goal for validating XML files and the xml:transform goal for transforming XML files.
| [top] |
The use of snapshot versions is described in the Usage document.
| [top] |
Use the standard Maven proxy settings. See the Mini guide on proxy configuration for details.
| [top] |
For example, to load a stylesheet from org/foo/stylesheet.xsl, use the URI "resource:org/foo/stylesheet.xsl".
| [top] |
See this example.
| [top] |
Use a File Mapper. See this example.
| [top] |
You need to use an XSLT 2.0 complicant stylesheet processor like Saxon. See this example.
| [top] |
You need to specify your favorite XSLT processor as a dependency. See this example.
| [top] |
Use the element outputProperties in the transformation
set. See this example
for details.
| [top] |
Use the element parameters in the transformation
set. See this example
for details.
| [top] |