Downloadliste

Projektbeschreibung

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.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
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.

2006-10-19 12:09
0.8

Neue Funktionen umfassen die Möglichkeit, XML gegen die W3C XML Schema zu validieren. XPath-Validierung war einfacher mit Hilfe der XPathAssert Klasse gemacht.
Tags: Minor feature enhancements
New features include the ability to validate XML against the W3C XML Schema. XPath validation was made easier with the help of the XPathAssert class.

2006-09-27 19:39
0.7.2

Unterstützung für die Java 1.5 XSLT-Engine.
Tags: Major bugfixes
Support for the Java 1.5 XSLT engine.

2006-06-09 15:17
0.7.1

Tags: Minor bugfixes

2005-09-23 18:02
0.7

Diese Version bietet zusätzlich die Möglichkeit zur Ausführung von Stylesheet-Anweisungen verfolgen und ein Ant-Task für Batch-Prüfung von XSLT-Stylesheets.
Tags: Major feature enhancements
This release adds the ability to trace execution of stylesheet
instructions and an Ant task for batch verification of XSLT stylesheets.

2005-08-10 23:16
0.6.7

Unterstützung für die Java 1.5 XPath-Ausdrücke Evaluators.
Tags: Minor feature enhancements
Support for the Java 1.5 XPath expressions evaluator.

Project Resources