Changeset 0f1998e for stylesheets


Ignore:
Timestamp:
10/20/2004 08:04:59 PM (20 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Children:
1b87a5e, c9214d5
Parents:
37eabe3
Message:

Comment out an obsolete XSL template.

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

File:
1 edited

Legend:

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

    r37eabe3 r0f1998e  
    66
    77
    8     <!-- This is a hack and isn't correct semantically. The beginpage tags must
    9       be placed in the XML source only to render the final PDF output, and must
    10       be removed after.-->
     8    <!-- This is a hack and isn't correct semantically. Theoretically, the beginpage
     9      tags should be placed in the XML source only to render the PDF output and
     10      should be removed after it. But there is no a better way and we need this.-->
    1111  <xsl:template match="beginpage">
    1212    <fo:block break-after="page"/>
     
    8787  </xsl:template>
    8888
    89     <!-- Split URLs -->
    90   <xsl:template name="hyphenate-url">
     89    <!-- Split URLs (obsolete, keeped as reference) -->
     90  <!--<xsl:template name="hyphenate-url">
    9191    <xsl:param name="url" select="''"/>
    9292    <xsl:choose>
     
    106106      </xsl:when>
    107107      <xsl:otherwise>
    108         <xsl:value-of select="$url"/>
     108        <xsl:value-of select="$url"/>-->
    109109      <!--  <xsl:value-of select="substring-before($url, '//')"/>
    110110        <xsl:text>// </xsl:text>
     
    112112          <xsl:with-param name="url2" select="substring-after($url, '//')"/>
    113113        </xsl:call-template>-->
    114       </xsl:otherwise>
     114     <!-- </xsl:otherwise>
    115115    </xsl:choose>
    116   </xsl:template>
     116  </xsl:template>-->
    117117
    118118  <!--<xsl:template name="split-url">
Note: See TracChangeset for help on using the changeset viewer.