Re: [xsl] junit test... for xslt2?

Subject: Re: [xsl] junit test... for xslt2?
From: Philip Fearon <pgfearo@xxxxxxxxxxxxxx>
Date: Sat, 6 Mar 2010 11:08:00 +0000
CoherentWeb[1] is a rich client app designed from the outset for XSLT
testing, it is commercial software but currently available as a free
Beta.

This probably works at a higher level than you require but may be of
interest all the same. Its designed to work with representative XML
test cases (normally a few hundred, but it can handle 10,000).

The idea is to either use the integrated XPath development environment
to set up library files of grouped XPath 'Watch Variables, or use XSLT
to import XPath assertions from external XML sources such as
schematron files. Alternatively, its suitable for (though not
specifically designed for) XSLT based test frameworks such as XSpec.
Auto generated XML output reports assist in testing xsl:message and
xsl:result-document output as well as the principal output.

Whilst conventional XML IDE's focus on a variety of project files you
edit and occasionally test, as an Integrated Test Environment,
CoherentWeb is all about analysing the input and output of one or more
XSLT transforms on a document set.

[1] http://coherentweb.com

Phil Fearon
http://qutoric.com

On Sat, Mar 6, 2010 at 5:25 AM, Dave Pawson <davep@xxxxxxxxxxxxx> wrote:
> Has anyone written any test software for comparing the results of XSLT
> actions? E.g. for each of the different data types?
>
> Any suggested approaches? functions? external calls to Java? Other?
>
> regards
>
> --
> Dave Pawson
> XSLT XSL-FO FAQ.
> http://www.dpawson.co.uk

Current Thread