</xsl:otherwise>
</xsl:choose>
- <!-- need to capture the id of the listitem -->
- <xsl:if test="position() = 1 and
- (parent::listitem/@id or parent::listitem/@xml:id)">
- <span>
- <xsl:call-template name="id.attribute">
- <xsl:with-param name="node" select="parent::listitem"/>
- </xsl:call-template>
- </span>
- </xsl:if>
-
<xsl:copy-of select="$content"/>
</p>
</xsl:variable>
<h1>
<xsl:attribute name="class">title</xsl:attribute>
- <xsl:call-template name="id.attribute">
- <xsl:with-param name="node" select="$node"/>
- <xsl:with-param name="conditional" select="0"/>
- </xsl:call-template>
<xsl:call-template name="anchor">
<xsl:with-param name="node" select="$node"/>
<xsl:with-param name="conditional" select="0"/>
<xsl:template match="footnote" name="process.footnote" mode="process.footnote.mode">
<xsl:variable name="id">
- <xsl:text>#ftn.</xsl:text>
+ <xsl:text>ftn.</xsl:text>
<xsl:call-template name="object.id">
<xsl:with-param name="conditional" select="0"/>
</xsl:call-template>
</xsl:if>
</xsl:if>
<xsl:if test="$allow-anchors != 0">
- <xsl:call-template name="id.attribute">
- <xsl:with-param name="node" select="$section"/>
- <xsl:with-param name="conditional" select="0"/>
- </xsl:call-template>
<xsl:call-template name="anchor">
<xsl:with-param name="node" select="$section"/>
<xsl:with-param name="conditional" select="0"/>