CLFS2 fixes: Corrected chapter names in clfs2.xsl for replaceable items..

This commit is contained in:
George Boudreau 2006-08-05 20:52:26 +00:00
parent f28e4bd9e0
commit 14c9622f79

View file

@ -138,10 +138,10 @@
<xsl:template match="replaceable">
<xsl:choose>
<xsl:when test="ancestor::sect1[@id='ch-system-glibc']">
<xsl:when test="ancestor::sect1[@id='ch-cross-tools-glibc']">
<xsl:value-of select="$timezone"/>
</xsl:when>
<xsl:when test="ancestor::sect1[@id='ch-system-groff']">
<xsl:when test="ancestor::sect1[@id='ch-cross-tools-groff']">
<xsl:value-of select="$page"/>
</xsl:when>
<xsl:when test="ancestor::sect1[@id='ch-bootable-kernel']">