michael b26b3e06dd * Patch from Graeme Geldenhuys to include javascript in css/xsl 19 ani în urmă
..
fpcunit.css b26b3e06dd * Patch from Graeme Geldenhuys to include javascript in css/xsl 19 ani în urmă
fpcunit.xsl b26b3e06dd * Patch from Graeme Geldenhuys to include javascript in css/xsl 19 ani în urmă
readme.txt d294359999 * Example XSLT from Graeme Geldenhuys to transform test results to HTML 19 ani în urmă

readme.txt


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]