- Contents
Interaction Marquee
XSL File set contents
At the heart of an Interaction Marquee package is an XSL File set, which consists of the files that are used to define the display of the statistics. The number of files included in an XSL File set will depend on the statistic package output type. Most package output types require at least two files: The XSL file and the ININSTATKEYS file. If the package output type is an HTTP/Web based package, then at least two additional files are required: A Cascading Style Sheet file and a Jscript file. Each of these files is described in the table below.
File Extension |
File Type |
Description |
.xsl |
XSLT Stylesheet File |
The Extensible Stylesheet Language Transformations file creates the overall statistic display. |
.ininStatKeys |
ININSTATKEYS File |
This is the manifest file that references the specific statistics that are to be pulled from the CIC Server. |
.css |
Cascading Style Sheet File |
The Cascading Style Sheet file specifies the formatting and presentation of the statistics for the Web based display. |
.js |
Jscript Script File |
The Jscript file provides additional code for creating or modifying the Web based display. |
Note: An XSL File set for a Web based display can contain a variety of additional files to create a more elaborate display.
Related Topics