Chapter 7: Transforming XML with XSLT
Example
Caption
Filename
7-1
Single root-template stylesheet to tranform Emp.xml to HTML
EmpSingleTemplate.xsl
7-2
Output of Emp.xml using single root-template stylesheet
output7-2.xml
7-3
Simple stylesheet to produce HTML using multiple templates
EmpMultipleTemplates.xsl
7-4
Stylesheet using multiple templates for ROWSET/ROW data
EmpUsingRowStar.xsl
7-5
Transforming any ROWSET into table with headers
TableBaseWithCSS.xsl
7-6
Importing a base stylesheet and adding new templates
EmpOver2000.xsl
7-7
Formatting alternating rows and conditionally hiding data
EmpPriorityExampleWithoutPriority.xsl
7-8
Getting the right template to fire by indicating priorities
EmpPriorityExample.xsl