html.xsl, html-single.xsl: Use function requirements <variablelist> formatting

when spacing="boost"


[SVN r18964]
This commit is contained in:
Douglas Gregor 2003-07-07 15:32:07 +00:00
parent bfa67ad183
commit d9d5f69a7e
2 changed files with 6 additions and 6 deletions

View File

@ -14,11 +14,11 @@
<xsl:template match="variablelist"> <xsl:template match="variablelist">
<xsl:choose> <xsl:choose>
<xsl:when test="title"> <xsl:when test="@spacing='boost'">
<xsl:apply-imports /> <p><xsl:apply-templates mode="boost.variablelist"/></p>
</xsl:when> </xsl:when>
<xsl:otherwise> <xsl:otherwise>
<p><xsl:apply-templates mode="boost.variablelist"/></p> <xsl:apply-imports />
</xsl:otherwise> </xsl:otherwise>
</xsl:choose> </xsl:choose>
</xsl:template> </xsl:template>

View File

@ -153,11 +153,11 @@
<xsl:template match="variablelist"> <xsl:template match="variablelist">
<xsl:choose> <xsl:choose>
<xsl:when test="title"> <xsl:when test="@spacing='boost'">
<xsl:apply-imports /> <p><xsl:apply-templates mode="boost.variablelist"/></p>
</xsl:when> </xsl:when>
<xsl:otherwise> <xsl:otherwise>
<p><xsl:apply-templates mode="boost.variablelist"/></p> <xsl:apply-imports />
</xsl:otherwise> </xsl:otherwise>
</xsl:choose> </xsl:choose>
</xsl:template> </xsl:template>