Changeset 14c9622 for CLFS2/clfs2.xsl


Ignore:
Timestamp:
08/05/2006 08:52:26 PM (18 years ago)
Author:
George Boudreau <georgeb@…>
Branches:
experimental
Children:
d39035c
Parents:
f28e4bd
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CLFS2/clfs2.xsl

    rf28e4bd r14c9622  
    139139  <xsl:template match="replaceable">
    140140    <xsl:choose>
    141       <xsl:when test="ancestor::sect1[@id='ch-system-glibc']">
     141      <xsl:when test="ancestor::sect1[@id='ch-cross-tools-glibc']">
    142142        <xsl:value-of select="$timezone"/>
    143143      </xsl:when>
    144       <xsl:when test="ancestor::sect1[@id='ch-system-groff']">
     144      <xsl:when test="ancestor::sect1[@id='ch-cross-tools-groff']">
    145145        <xsl:value-of select="$page"/>
    146146      </xsl:when>
Note: See TracChangeset for help on using the changeset viewer.