<xsl:template match="set" mode="subtitle.markup">
<xsl:param name="allow-anchors" select="'0'"/>
- <xsl:apply-templates select="(setinfo/subtitle|subtitle)[1]"
+ <xsl:apply-templates select="(setinfo/subtitle|info/subtitle|subtitle)[1]"
mode="subtitle.markup">
<xsl:with-param name="allow-anchors" select="$allow-anchors"/>
</xsl:apply-templates>
<xsl:template match="book" mode="subtitle.markup">
<xsl:param name="allow-anchors" select="'0'"/>
- <xsl:apply-templates select="(bookinfo/subtitle|subtitle)[1]"
+ <xsl:apply-templates select="(bookinfo/subtitle|info/subtitle|subtitle)[1]"
mode="subtitle.markup">
<xsl:with-param name="allow-anchors" select="$allow-anchors"/>
</xsl:apply-templates>
<xsl:param name="allow-anchors" select="'0'"/>
<xsl:apply-templates select="(partinfo/subtitle
|docinfo/subtitle
+ |info/subtitle
|subtitle)[1]"
mode="subtitle.markup">
<xsl:with-param name="allow-anchors" select="$allow-anchors"/>
<xsl:template match="preface|chapter|appendix" mode="subtitle.markup">
<xsl:param name="allow-anchors" select="'0'"/>
<xsl:apply-templates select="(docinfo/subtitle
+ |info/subtitle
|prefaceinfo/subtitle
|chapterinfo/subtitle
|appendixinfo/subtitle
<xsl:param name="allow-anchors" select="'0'"/>
<xsl:apply-templates select="(artheader/subtitle
|articleinfo/subtitle
+ |info/subtitle
|subtitle)[1]"
mode="subtitle.markup">
<xsl:with-param name="allow-anchors" select="$allow-anchors"/>
<xsl:param name="allow-anchors" select="'0'"/>
<xsl:apply-templates select="(referenceinfo/subtitle
|docinfo/subtitle
+ |info/subtitle
|subtitle)[1]"
mode="subtitle.markup">
<xsl:with-param name="allow-anchors" select="$allow-anchors"/>
<xsl:template match="refentry" mode="subtitle.markup">
<xsl:param name="allow-anchors" select="'0'"/>
<xsl:apply-templates select="(refentryinfo/subtitle
+ |info/subtitle
|docinfo/subtitle)[1]"
mode="subtitle.markup">
<xsl:with-param name="allow-anchors" select="$allow-anchors"/>
|simplesect"
mode="subtitle.markup">
<xsl:param name="allow-anchors" select="'0'"/>
- <xsl:apply-templates select="(sectioninfo/subtitle
+ <xsl:apply-templates select="(info/subtitle
+ |sectioninfo/subtitle
|sect1info/subtitle
|sect2info/subtitle
|sect3info/subtitle
<xsl:template match="set" mode="title.markup">
<xsl:param name="allow-anchors" select="0"/>
- <xsl:apply-templates select="(setinfo/title|title)[1]"
+ <xsl:apply-templates select="(setinfo/title|info/title|title)[1]"
mode="title.markup">
<xsl:with-param name="allow-anchors" select="$allow-anchors"/>
</xsl:apply-templates>
<xsl:template match="book" mode="title.markup">
<xsl:param name="allow-anchors" select="0"/>
- <xsl:apply-templates select="(bookinfo/title|title)[1]"
+ <xsl:apply-templates select="(bookinfo/title|info/title|title)[1]"
mode="title.markup">
<xsl:with-param name="allow-anchors" select="$allow-anchors"/>
</xsl:apply-templates>
<xsl:template match="part" mode="title.markup">
<xsl:param name="allow-anchors" select="0"/>
- <xsl:apply-templates select="(partinfo/title|docinfo/title|title)[1]"
+ <xsl:apply-templates select="(partinfo/title|info/title|docinfo/title|title)[1]"
mode="title.markup">
<xsl:with-param name="allow-anchors" select="$allow-anchors"/>
</xsl:apply-templates>
-->
<xsl:variable name="title" select="(docinfo/title
+ |info/title
|prefaceinfo/title
|chapterinfo/title
|appendixinfo/title
<xsl:param name="allow-anchors" select="0"/>
<xsl:variable name="title" select="(artheader/title
|articleinfo/title
+ |info/title
|title)[1]"/>
<xsl:apply-templates select="$title" mode="title.markup">
<xsl:template match="reference" mode="title.markup">
<xsl:param name="allow-anchors" select="0"/>
- <xsl:apply-templates select="(referenceinfo/title|docinfo/title|title)[1]"
+ <xsl:apply-templates select="(referenceinfo/title|docinfo/title|info/title|title)[1]"
mode="title.markup">
<xsl:with-param name="allow-anchors" select="$allow-anchors"/>
</xsl:apply-templates>
|simplesect"
mode="title.markup">
<xsl:param name="allow-anchors" select="0"/>
- <xsl:variable name="title" select="(sectioninfo/title
+ <xsl:variable name="title" select="(info/title
+ |sectioninfo/title
|sect1info/title
|sect2info/title
|sect3info/title
<xsl:template match="bibliography" mode="title.markup">
<xsl:param name="allow-anchors" select="0"/>
- <xsl:variable name="title" select="(bibliographyinfo/title|title)[1]"/>
+ <xsl:variable name="title" select="(bibliographyinfo/title|info/title|title)[1]"/>
<xsl:choose>
<xsl:when test="$title">
<xsl:apply-templates select="$title" mode="title.markup">
<xsl:template match="glossary" mode="title.markup">
<xsl:param name="allow-anchors" select="0"/>
- <xsl:variable name="title" select="(glossaryinfo/title|title)[1]"/>
+ <xsl:variable name="title" select="(glossaryinfo/title|info/title|title)[1]"/>
<xsl:choose>
<xsl:when test="$title">
<xsl:apply-templates select="$title" mode="title.markup">
<xsl:template match="index" mode="title.markup">
<xsl:param name="allow-anchors" select="0"/>
- <xsl:variable name="title" select="(indexinfo/title|title)[1]"/>
+ <xsl:variable name="title" select="(indexinfo/title|info/title|title)[1]"/>
<xsl:choose>
<xsl:when test="$title">
<xsl:apply-templates select="$title" mode="title.markup">
<xsl:template match="setindex" mode="title.markup">
<xsl:param name="allow-anchors" select="0"/>
- <xsl:variable name="title" select="(setindexinfo/title|title)[1]"/>
+ <xsl:variable name="title" select="(setindexinfo/title|info/title|title)[1]"/>
<xsl:choose>
<xsl:when test="$title">
<xsl:apply-templates select="$title" mode="title.markup">
<xsl:param name="verbose" select="1"/>
<xsl:variable name="titleabbrev" select="(docinfo/titleabbrev
+ |info/titleabbrev
|prefaceinfo/titleabbrev
|chapterinfo/titleabbrev
|appendixinfo/titleabbrev
<xsl:variable name="titleabbrev" select="(artheader/titleabbrev
|articleinfo/titleabbrev
+ |info/titleabbrev
|titleabbrev)[1]"/>
<xsl:choose>
<xsl:param name="allow-anchors" select="0"/>
<xsl:param name="verbose" select="1"/>
- <xsl:variable name="titleabbrev" select="(sectioninfo/titleabbrev
- |sect1info/titleabbrev
- |sect2info/titleabbrev
- |sect3info/titleabbrev
- |sect4info/titleabbrev
- |sect5info/titleabbrev
- |refsect1info/titleabbrev
- |refsect2info/titleabbrev
- |refsect3info/titleabbrev
- |titleabbrev)[1]"/>
+ <xsl:variable name="titleabbrev" select="(info/titleabbrev
+ |sectioninfo/titleabbrev
+ |sect1info/titleabbrev
+ |sect2info/titleabbrev
+ |sect3info/titleabbrev
+ |sect4info/titleabbrev
+ |sect5info/titleabbrev
+ |refsect1info/titleabbrev
+ |refsect2info/titleabbrev
+ |refsect3info/titleabbrev
+ |titleabbrev)[1]"/>
<xsl:choose>
<xsl:when test="$titleabbrev">