Changeset ee92a8c in clfs-sysroot for BOOK/stylesheets/lfs-xsl/docbook-xsl-snapshot/xhtml/titlepage.xsl
- Timestamp:
- Sep 9, 2007, 2:02:47 AM (17 years ago)
- Branches:
- master
- Children:
- 93fcbff
- Parents:
- c21857e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/stylesheets/lfs-xsl/docbook-xsl-snapshot/xhtml/titlepage.xsl
rc21857e ree92a8c 119 119 <xsl:apply-templates select="." mode="class.attribute"/> 120 120 <xsl:call-template name="anchor"/> 121 <xsl:if test=" not ($abstract.notitle.enabled = 0)">121 <xsl:if test="$abstract.notitle.enabled = 0"> 122 122 <xsl:call-template name="formal.object.heading"> 123 123 <xsl:with-param name="title"> … … 127 127 </xsl:if> 128 128 <xsl:apply-templates mode="titlepage.mode"/> 129 <xsl:call-template name="process.footnotes"/> 129 130 </div> 130 131 </xsl:template> … … 516 517 <xsl:call-template name="make-relative-filename"> 517 518 <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)"/> 521 520 </xsl:call-template> 522 521 </xsl:variable>
Note:
See TracChangeset
for help on using the changeset viewer.