Thursday, April 1, 2010
|
Stylesheet: XSL Basic Structure
|
VN:F [1.9.22_1171] Rating: 5.0/5 (3 votes cast) |
To start with a custom stylesheet development the first step is to understand the basic structure of the standard XSL stylesheet which is used to define the conversion of the XML structure to the HTML-based PI Sheet you see in CO60. So here is a simplified structure overview which shows all major template blocks in the XSL stylesheet. I also added the calls inside of those templates that lead to other templates (<xsl:apply-templates …) and a brief description. Read more »