Chapter 7: Transforming XML with XSLT

ExampleCaptionFilename
7-1Single root-template stylesheet to tranform Emp.xml to HTMLEmpSingleTemplate.xsl
7-2Output of Emp.xml using single root-template stylesheetoutput7-2.xml
7-3Simple stylesheet to produce HTML using multiple templatesEmpMultipleTemplates.xsl
7-4Stylesheet using multiple templates for ROWSET/ROW dataEmpUsingRowStar.xsl
7-5Transforming any ROWSET into table with headersTableBaseWithCSS.xsl
7-6Importing a base stylesheet and adding new templatesEmpOver2000.xsl
7-7Formatting alternating rows and conditionally hiding dataEmpPriorityExampleWithoutPriority.xsl
7-8Getting the right template to fire by indicating prioritiesEmpPriorityExample.xsl