generate ids for functions that are unique to boostbook, to avoid conflict with ids generated by fop

[SVN r33618]
This commit is contained in:
Eric Niebler 2006-04-10 04:58:30 +00:00
parent bd8faafcc4
commit ab99800db2

View File

@ -27,6 +27,7 @@
</xsl:when>
<xsl:otherwise>
<xsl:value-of select="generate-id(.)"/>
<xsl:text>-bb</xsl:text>
</xsl:otherwise>
</xsl:choose>
</xsl:template>