| Function: trackIndex |
| Filename: http://www.xml-cml.org/docml/stylesheets/xhtml_ie5/docml/fn_trackindex.xslt |
| Pattern/Name: trackIndex |
| Comments: This is called by buildIndex and iterates down the DOM tree, building the Index <table> as it goes. |
| Highlights:
<!--set css-->
<xsl:call-template name="findDepth"/>
<xsl:call-template name="sectionIndex"/>
<xsl:call-template name="labelTag"/>
<xsl:apply-templates select="*"/>
<xsl:call-template name="trackIndex"/> |