Changeset 1646303 for BLFS/xsl


Ignore:
Timestamp:
11/23/2018 02:30:06 PM (6 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
ablfs-more, legacy, trunk
Children:
94a78dd
Parents:
6e28f3c
Message:

A module can be a special case, too (perl-test-mockmodule)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BLFS/xsl/gen_pkg_list.xsl

    r6e28f3c r1646303  
    190190          </xsl:element>
    191191          <xsl:text>&#xA;</xsl:text>
    192 <!-- Do not use .//*, which would include self. -->
    193           <xsl:apply-templates
    194             select="descendant::node()[contains(translate(@xreflabel,
    195                                                          '123456789',
    196                                                          '000000000'),
    197                                                 '-0')
    198                                       ]"
    199             mode="normal">
     192<!-- Do not use .//*, which would include self.
     193     Even a module can be a special case, so
     194     call the template of specialCases.xsl,
     195     which calls the "normal" template when the
     196     case is normal. -->
     197          <xsl:apply-templates select="descendant::*" mode="special">
    200198            <xsl:sort select="@id"/>
    201199          </xsl:apply-templates>
Note: See TracChangeset for help on using the changeset viewer.