Suggestions
Search:
 
Next:
xref.xreflabel
Previous:
anchor
Up:
Cross References xref.mod.xsl
Reference Section

Name

id.is.xrefed — Auxiliary named template

Synopsis

<xsl:template name="id.is.xrefed">
<xsl:param name="target" select="."/>
<xsl:variable name="id">
			<xsl:call-template name="generate.label.id">
				<xsl:with-param name="object" select="$target"/>
			</xsl:call-template>
		</xsl:variable>
  ...
</xsl:template>

A. Description

This template returns 1 if there exists somewhere an xref or link whose linkend is the target's id.