Changeset 3bb2e88


Ignore:
Timestamp:
08/18/2004 05:28:44 PM (20 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
6.0
Children:
ec823eb
Parents:
fa2f5ad
Message:

Commented out the general URLs split. In the final book version we want individualized URL split when needed.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/testing/BOOK@4043 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • stylesheets/pdf/lfs-mixed.xsl

    rfa2f5ad r3bb2e88  
    2424      </xsl:when>
    2525      <xsl:otherwise>
    26         <xsl:value-of select="substring-before($url, '//')"/>
     26        <xsl:value-of select="$url"/>
     27      <!--  <xsl:value-of select="substring-before($url, '//')"/>
    2728        <xsl:text>// </xsl:text>
    2829        <xsl:call-template name="split-url">
    2930          <xsl:with-param name="url2" select="substring-after($url, '//')"/>
    30         </xsl:call-template>
     31        </xsl:call-template>-->
    3132      </xsl:otherwise>
    3233    </xsl:choose>
    3334  </xsl:template>
    3435
    35   <xsl:template name="split-url">
     36  <!--<xsl:template name="split-url">
    3637    <xsl:choose>
    3738      <xsl:when test="contains($url2, '/')">
     
    4748      </xsl:otherwise>
    4849    </xsl:choose>
    49   </xsl:template>
     50  </xsl:template>-->
    5051
    5152    <!-- Shade screen -->
Note: See TracChangeset for help on using the changeset viewer.