My favorites | Sign in
Project Home Wiki Issues Source
Search
for
StartHere  
How to get debugxslt and install & use against your own xslt.
Updated Feb 3, 2008 by James.Fu...@gmail.com

Getting debugxslt

So far I have not released any packaged version of debugxslt ... so your only method of getting it is by checking out from subversion.

# Non-members may svn check out a read-only working copy anonymously over HTTP.
svn checkout http://debugxlst.googlecode.com/svn/trunk/ debugxslt-read-only

Installation and Dependencies

If you are using the full distribution you will need the following;

I: XSLT v2.0 processor, I recommend downloading Michael Kay's Saxon from www.saxonica.com. You will have to unzip (pref in /lib dir) and amend build.properties as to location and saxon jar name

II: Apache Ant Apache Ant is required to run

III: Download Schematron Ant Task and expand under lib/schematron.

IV: Amend your local build properties to reflect your setup and where your XSLT processor jars are.

V: Amend debugxslt bash script with where your XSLT processor is (using Ant -lib flag)

please read the included README for the latest information on how to install debugxslt.

Usage

You can use the bash run script to check single XSLT files

> debugxslt myfile.xsl

to run debugxslt test suite run ant Test target

> ant -lib lib/saxon -f build.xml test

Another (perhaps simpler way) option is to just take the rules schematron and run in your own setup.


Sign in to add a comment
Powered by Google Project Hosting