|
Juxy is a library for unit testing XSLT stylesheets from Java. It is best suited for the projects where both Java and XSLT are used simultaneously.
Juxy features include:
- Ability to invoke individual xsl templates and pass them any parameters.
- Ability to setup stylesheet parameters and global variables.
- Ability to setup current node before transformation.
- Integration with JUnit.
- Transparent support for document fragments returned as transformation result.
- Easy result verification with sophisticated XML assertion mechanism.
- Ability to trace execution of the sylesheets instructions.
- Support for custom URIResolver.
- Ant task for batch verification of XSLT stylesheets.
|