Changeset 7b08c36 for BLFS/libs


Ignore:
Timestamp:
08/19/2006 02:15:25 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
experimental
Children:
5743d54
Parents:
c88f294
Message:

Generating scripts names from ID values instead from HTML pages names.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BLFS/libs/scripts.xsl

    rc88f294 r7b08c36  
    2727
    2828        <!-- The file names -->
    29       <xsl:variable name="pi-file" select="processing-instruction('dbhtml')"/>
    30       <xsl:variable name="pi-file-value" select="substring-after($pi-file,'filename=')"/>
    31       <xsl:variable name="filename" select="substring-before(substring($pi-file-value,2),'.html')"/>
     29      <xsl:variable name="filename" select="@id"/>
    3230
    3331        <!-- Package name (use "Download FTP" by default. If empty, use "Download HTTP" -->
Note: See TracChangeset for help on using the changeset viewer.