Suggestions
Search:
 
Next:
id.is.xrefed
Up:
Cross References xref.mod.xsl
Reference Section

Name

anchor — Process anchor [2.0.9] elements

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.