</doc:mode>
<xsl:template match="*" mode="title.markup">
- <xsl:param name="allow-anchors" select="'0'"/>
+ <xsl:param name="allow-anchors" select="0"/>
<xsl:choose>
<xsl:when test="title">
<xsl:apply-templates select="title[1]" mode="title.markup">
</xsl:template>
<xsl:template match="title" mode="title.markup">
- <xsl:param name="allow-anchors" select="'0'"/>
+ <xsl:param name="allow-anchors" select="0"/>
<xsl:choose>
<xsl:when test="$allow-anchors != 0">
<xsl:if test="@id">
</xsl:template>
<xsl:template match="set" mode="title.markup">
- <xsl:param name="allow-anchors" select="'0'"/>
+ <xsl:param name="allow-anchors" select="0"/>
<xsl:apply-templates select="(setinfo/title|title)[1]"
mode="title.markup">
<xsl:with-param name="allow-anchors" select="$allow-anchors"/>
</xsl:template>
<xsl:template match="book" mode="title.markup">
- <xsl:param name="allow-anchors" select="'0'"/>
+ <xsl:param name="allow-anchors" select="0"/>
<xsl:apply-templates select="(bookinfo/title|title)[1]"
mode="title.markup">
<xsl:with-param name="allow-anchors" select="$allow-anchors"/>
</xsl:template>
<xsl:template match="part" mode="title.markup">
- <xsl:param name="allow-anchors" select="'0'"/>
+ <xsl:param name="allow-anchors" select="0"/>
<xsl:apply-templates select="(partinfo/title|docinfo/title|title)[1]"
mode="title.markup">
<xsl:with-param name="allow-anchors" select="$allow-anchors"/>
</xsl:template>
<xsl:template match="preface|chapter|appendix" mode="title.markup">
- <xsl:param name="allow-anchors" select="'0'"/>
+ <xsl:param name="allow-anchors" select="0"/>
<!--
<xsl:message>
</xsl:template>
<xsl:template match="dedication" mode="title.markup">
- <xsl:param name="allow-anchors" select="'0'"/>
+ <xsl:param name="allow-anchors" select="0"/>
<xsl:choose>
<xsl:when test="title">
<xsl:apply-templates select="title" mode="title.markup">
</xsl:template>
<xsl:template match="colophon" mode="title.markup">
- <xsl:param name="allow-anchors" select="'0'"/>
+ <xsl:param name="allow-anchors" select="0"/>
<xsl:choose>
<xsl:when test="title">
<xsl:apply-templates select="title" mode="title.markup">
</xsl:template>
<xsl:template match="article" mode="title.markup">
- <xsl:param name="allow-anchors" select="'0'"/>
+ <xsl:param name="allow-anchors" select="0"/>
<xsl:variable name="title" select="(artheader/title
|articleinfo/title
|title)[1]"/>
</xsl:template>
<xsl:template match="reference" mode="title.markup">
- <xsl:param name="allow-anchors" select="'0'"/>
+ <xsl:param name="allow-anchors" select="0"/>
<xsl:apply-templates select="(referenceinfo/title|docinfo/title|title)[1]"
mode="title.markup">
<xsl:with-param name="allow-anchors" select="$allow-anchors"/>
</xsl:template>
<xsl:template match="refentry" mode="title.markup">
- <xsl:param name="allow-anchors" select="'0'"/>
+ <xsl:param name="allow-anchors" select="0"/>
<xsl:variable name="refmeta" select=".//refmeta"/>
<xsl:variable name="refentrytitle" select="$refmeta//refentrytitle"/>
<xsl:variable name="refnamediv" select=".//refnamediv"/>
|refsect1|refsect2|refsect3
|simplesect"
mode="title.markup">
- <xsl:param name="allow-anchors" select="'0'"/>
+ <xsl:param name="allow-anchors" select="0"/>
<xsl:variable name="title" select="(sectioninfo/title
|sect1info/title
|sect2info/title
</xsl:template>
<xsl:template match="bibliography" mode="title.markup">
- <xsl:param name="allow-anchors" select="'0'"/>
+ <xsl:param name="allow-anchors" select="0"/>
<xsl:variable name="title" select="(bibliographyinfo/title|title)[1]"/>
<xsl:choose>
<xsl:when test="$title">
</xsl:template>
<xsl:template match="glossary" mode="title.markup">
- <xsl:param name="allow-anchors" select="'0'"/>
+ <xsl:param name="allow-anchors" select="0"/>
<xsl:variable name="title" select="(glossaryinfo/title|title)[1]"/>
<xsl:choose>
<xsl:when test="$title">
</xsl:template>
<xsl:template match="index" mode="title.markup">
- <xsl:param name="allow-anchors" select="'0'"/>
+ <xsl:param name="allow-anchors" select="0"/>
<xsl:variable name="title" select="(indexinfo/title|title)[1]"/>
<xsl:choose>
<xsl:when test="$title">
</xsl:template>
<xsl:template match="figure|table|example|equation" mode="title.markup">
- <xsl:param name="allow-anchors" select="'0'"/>
+ <xsl:param name="allow-anchors" select="0"/>
<xsl:apply-templates select="title" mode="title.markup">
<xsl:with-param name="allow-anchors" select="$allow-anchors"/>
</xsl:apply-templates>
</xsl:template>
<xsl:template match="procedure" mode="title.markup">
- <xsl:param name="allow-anchors" select="'0'"/>
+ <xsl:param name="allow-anchors" select="0"/>
<xsl:apply-templates select="title" mode="title.markup">
<xsl:with-param name="allow-anchors" select="$allow-anchors"/>
</xsl:apply-templates>
</xsl:template>
<xsl:template match="abstract" mode="title.markup">
- <xsl:param name="allow-anchors" select="'0'"/>
+ <xsl:param name="allow-anchors" select="0"/>
<xsl:choose>
<xsl:when test="title">
<xsl:apply-templates select="title" mode="title.markup">
</xsl:template>
<xsl:template match="caution|tip|warning|important|note" mode="title.markup">
- <xsl:param name="allow-anchors" select="'0'"/>
+ <xsl:param name="allow-anchors" select="0"/>
<xsl:variable name="title" select="title[1]"/>
<xsl:choose>
<xsl:when test="$title">
</xsl:template>
<xsl:template match="legalnotice" mode="title.markup">
- <xsl:param name="allow-anchors" select="'0'"/>
+ <xsl:param name="allow-anchors" select="0"/>
<xsl:choose>
<xsl:when test="title">
<xsl:apply-templates select="title" mode="title.markup">
<!-- ============================================================ -->
<xsl:template match="*" mode="no.anchor.mode">
- <xsl:apply-templates select="."/>
+ <xsl:apply-templates mode="no.anchor.mode"/>
</xsl:template>
<xsl:template match="footnote" mode="no.anchor.mode">