mirror of
https://github.com/boostorg/boostbook.git
synced 2025-05-09 23:13:58 +00:00
Eliminated the possibility of empty <variablelist> elements in enum
references (invalid docbook, apache fop doesn't like it). [SVN r40282]
This commit is contained in:
parent
e6ce9ce1a5
commit
d2d2c4b90a
@ -1136,9 +1136,11 @@ Unknown type element "<xsl:value-of select="local-name(.)"/>" in type.display.na
|
||||
<xsl:apply-templates select="para" mode="annotation"/>
|
||||
</xsl:if>
|
||||
<xsl:apply-templates select="description"/>
|
||||
<xsl:if test="enumvalue/purpose | enumvalue/description">
|
||||
<variablelist spacing="compact">
|
||||
<xsl:apply-templates select="enumvalue" mode="reference"/>
|
||||
</variablelist>
|
||||
</xsl:if>
|
||||
</xsl:with-param>
|
||||
|
||||
</xsl:call-template>
|
||||
|
Loading…
x
Reference in New Issue
Block a user