Changeset 1f3e275 for BLFS/xsl


Ignore:
Timestamp:
04/15/2013 01:53:59 PM (11 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
ablfs
Children:
e86d4cd
Parents:
5e486cf
Message:

in make_book.xsl:
add contains(@id,xorg7) to the sect1 test for xorg packages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BLFS/xsl/make_book.xsl

    r5e486cf r1f3e275  
    6565            <xsl:when test="not(id($list)/self::sect1|sect2|para|bridgehead)">
    6666              <xsl:apply-templates
    67                    select="//sect1[contains(string(.//userinput),$list)]"
     67                   select="//sect1[contains(@id,'xorg7') and contains(string(.//userinput),$list)]"
    6868                   mode="xorg">
    6969                <xsl:with-param name="package" select="$list"/>
Note: See TracChangeset for help on using the changeset viewer.