Suggestions
Search:
 
Next:
area (in generate.arearef mode)
Previous:
callout (in generate.callout.arearef mode)
Up:
Callouts callout.mod.xsl
Reference Section

Name

area (in generate.area.arearef mode) — Illustrate a reference to a callout's area

Synopsis

<xsl:template match="area" mode="generate.area.arearef">
<xsl:variable name="units">
			<xsl:choose>
				<xsl:when test="@units!=''">
					<xsl:value-of select="@units"/>
				</xsl:when>
				<xsl:when test="../@units!=''">
					<xsl:value-of select="../@units"/>
				</xsl:when>
				<xsl:when test="../../@units!=''">
					<xsl:value-of select="../../@units"/>
				</xsl:when>
			</xsl:choose>
		</xsl:variable>
  ...
</xsl:template>

A. Description

Formats an area [2.0.9] as part of a callout list.

B. Pertinent Variables

There are no configuration variables for this template.

D. DocBook Compliance and LaTeX Notes

The current node must be an area [2.0.9].

Applies templates in the “generate.arearef.calspair”, “generate.arearef.linerange” and “generate.arearef” modes.

G. Variations

Variations on this template: