Root Stylesheet
Filename: H:\Documents\WORK\'00\CMLproject\workinprogress\docML3\stylesheets/xhtml.xslt
Pattern/Name: docml:document
Comments:

This is the stylesheet called directly by the XML document. It calls those stylesheet libraries that the document needs and outlines the transformed document (in this case an XHTML page). To add or remove stylesheet libraries and hence functionality, you need only to edit *this* file. If you need to change how a particular library works then you need to edit the stylesheet fragments directly. For example: if you don't want your document to have a Index, then comment out <xsl:call-template name="buildIndex" /> below. If you want to change how the index *works* then you'll need to understand XSLT and edit xhtml_ie/docml/fn_buildindex.xslt. If you want to change how the index *looks*, then edit basic.css

Highlights:

<xsl:apply-templates select="rdf:Description | rdf:description"/>

<xsl:apply-templates select="docml:abstract"/>

<xsl:apply-templates select="docml:section | docml:appendix | docml:bibliography"/>

©2001 Michael Wright (karne@innocent.com)