michael 8be887e018 * Patch from Graeme Geldenhuys to improve layout of generated report 17 years ago
..
images 8be887e018 * Patch from Graeme Geldenhuys to improve layout of generated report 17 years ago
scripts 8be887e018 * Patch from Graeme Geldenhuys to improve layout of generated report 17 years ago
fpcunit.css 5b8dd4c004 * move fcl sources to separate packages 18 years ago
fpcunit.xsl 8be887e018 * Patch from Graeme Geldenhuys to improve layout of generated report 17 years ago
readme.txt 8be887e018 * Patch from Graeme Geldenhuys to improve layout of generated report 17 years ago

readme.txt


Sample XSLT processing
----------------------

The fpcunit.xsl 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. This is much faster that letting the web browser do it on the fly.

xsltproc -o index.html fpcunit.xsl results.xml

For an example of the generated HTML results have a look at:
http://opensoft.homeip.net/tiopf/fpcunit/index.html


Configuration Options:
----------------------
The new fpcunit.xsl file has many configuration option. Have a look at
the beginning of the fpcunit.xsl file. All options are listed and
has associated comments.

Graeme Geldenhuys.
[email protected]