Changeset ca37fee


Ignore:
Timestamp:
08/22/2017 08:59:04 AM (7 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
ablfs-more, legacy, trunk
Children:
6c8095a
Parents:
ee68aee
Message:

Avoid parsing a bridgehead which is not a perl-module

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BLFS/xsl/make_book.xsl

    ree68aee rca37fee  
    251251     for installation instructions -->
    252252  <xsl:template match="bridgehead">
     253  <xsl:if test="ancestor::sect1[@id='perl-modules']">
    253254    <xsl:element name="sect1">
    254255      <xsl:attribute name="id"><xsl:value-of select="./@id"/></xsl:attribute>
     
    288289      </xsl:choose>
    289290    </xsl:element>
     291  </xsl:if>
    290292  </xsl:template>
    291293
Note: See TracChangeset for help on using the changeset viewer.