Difference between revisions of "XSLT"
From PC2wiki
m (rename Scoreboard output HTML to Scoreboard HTML) |
m (update links) |
||
Line 1: | Line 1: | ||
− | [ | + | [https://en.wikipedia.org/wiki/XSLT XML Style Sheets] |
+ | - in [[PC²]] [[XSLT]] is used to | ||
transform the [[Scoreboard XML]] into the [[Scoreboard HTML]]. | transform the [[Scoreboard XML]] into the [[Scoreboard HTML]]. | ||
Line 35: | Line 36: | ||
==See Also== | ==See Also== | ||
* [[Creating Scoreboard HTML]] - to create custom scoreboard HTML | * [[Creating Scoreboard HTML]] - to create custom scoreboard HTML | ||
+ | * [http://www.w3.org/TR/xslt.html XML Style Sheets] |
Revision as of 13:08, 5 September 2016
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