XSL CR Test Coverage Report Stylesheets
=======================================

Files:

   testsuites.xml	XML file identifying test suite files
   testresults.xml	XML file identifying test result files
   testcoverage.xml	XSL stylesheet producing HTML summary of test
			coverage
   no-result-tests.xsl	XSL stylesheet producing HTML summary of tests
			that are not covered by the test results.

Usage:

   Use testresults.xml as the input XML file and use testsuites.xml as
   the testsuites parameter for both stylesheets.

   Using Saxon:

      java com.icl.saxon.StyleSheet -o testcoverage.html \
         testresults.xml testcoverage.xsl testsuites=testsuites.xml

   or:

      java com.icl.saxon.StyleSheet -o no-result-tests.html \
         testresults.xml no-result-tests.xsl testsuites=testsuites.xml
