|
StartHere
How to get debugxslt and install & use against your own xslt.
Getting debugxsltSo 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 DependenciesIf 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. UsageYou 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. |