Ignore:
Timestamp:
Sep 9, 2007, 2:04:08 AM (17 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
master
Children:
31ee1ac
Parents:
a6966fa
Message:

Updated DocBook?-XSL code to version 1.73.2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/stylesheets/lfs-xsl/docbook-xsl-snapshot/xhtml/titlepage.xsl

    ra6966fa r9642843  
    119119    <xsl:apply-templates select="." mode="class.attribute"/>
    120120    <xsl:call-template name="anchor"/>
    121     <xsl:if test="not ($abstract.notitle.enabled = 0)">
     121    <xsl:if test="$abstract.notitle.enabled = 0">
    122122      <xsl:call-template name="formal.object.heading">
    123123        <xsl:with-param name="title">
     
    127127    </xsl:if>
    128128    <xsl:apply-templates mode="titlepage.mode"/>
     129    <xsl:call-template name="process.footnotes"/>
    129130  </div>
    130131</xsl:template>
     
    516517        <xsl:call-template name="make-relative-filename">
    517518          <xsl:with-param name="base.dir" select="$base.dir"/>
    518           <xsl:with-param name="base.name">
    519             <xsl:apply-templates mode="chunk-filename" select="."/>
    520           </xsl:with-param>
     519          <xsl:with-param name="base.name" select="concat($id,$html.ext)"/>
    521520        </xsl:call-template>
    522521      </xsl:variable>
Note: See TracChangeset for help on using the changeset viewer.