Sample XSLT processing
----------------------
The fpcunit.xsl and fpcunit.css demonstrates how I create a Results HTML
page from the XML generated by my unit tests.
I use the following command line application under Linux to process the XML
file.
xsltproc -o index.html fpcunit.xsl results.xml
Graeme Geldenhuys.
[email protected]