Download List

Project Description

Juxy is a Java unit testing library for XSLT. It
allows you to write JUnit tests for XSLT
stylesheets. You can easily setup transformation
context (parameters, variables, current node) and
then invoke the transformation. There are
corresponding methods to call or to apply
individual templates and you can even pass
parameters to these templates, or apply templates
in different modes. Result of the transformation
can be verified in a number of ways; you can
evaluate an XPath expression or you can perform
canonical XML comparison. It works with any XSLT
processor that supports the TRaX API.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2005-08-08 02:20 Back to release list
0.6.5

The imported stylesheet version is now detected; the same version will be used in the generated stylesheet. It is possible to specify custom URIResolver; it will be used to resolve the specified stylesheet system id and in transformation process. A new sample, CustomResolverTestCase.java, has been added. Several small code cleanups and Javadoc corrections were made.
Tags: Minor feature enhancements

Project Resources