Cross-references: Das XSL-Stylesheet
...
<xsl:template match="pointer">
See Section <xsl:apply-templates
mode="crossref"
select="id(@target)"/> for further
information.<br/>
</xsl:template>
...
<xsl:template match="chapter | title | para“
mode="crossref">
<b><xsl:value-of
select=“."/></b>
</xsl:template>