XSLT
From PC2wiki
XML Style Sheets - in PC² XSLT is used to transform the Scoreboard XML into the Scoreboard HTML.
See article Creating Scoreboard HTML to learn how to automatically generate new/different Scoreboard HTML.
The PC² XSLT is used starting in version 9.
File Location
The XSLT files are found in the installation directory under the data/xml
XSLT Files
File Name | Description |
---|---|
full.xsl | Creates web page full.html |
fullnums.xsl | Creates web page fullnums.html |
pc2export.xsl | Creates ICPC export file pc2export.dat |
sumatt.xsl | Creates web page sumatt.html |
summary.xsl | Creates web page summary.html |
sumtime.xsl | Creates web page sumtime.html |
See Also
- Creating Scoreboard HTML - to create custom scoreboard HTML
- XML Style Sheets