Synopsis
<xsl:template match="anchor">
<xsl:param name="id" select="@id"/>
...
</xsl:template>
A. Description
Identify a place in the document for cross references.
B. Pertinent Variables
There are no configuration variables for this template.
D. DocBook Compliance and LaTeX Notes
Inserts a LaTeX \hypertarget
with the current node's id value and no content.
Check to see whether this causes typesetting problems
with latex (as opposed to
pdflatex) due to insertion of errant
pdfmarks.