diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2007-09-09 08:55:14 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2007-09-09 08:55:14 +0000 |
commit | c1fe047a4d7b6890809ba4ce2e25f290c5d11962 (patch) | |
tree | df8ae9fb1adbe06584916a01634ed4148f07c913 /stylesheets/lfs-xsl/docbook-xsl-snapshot/xhtml/titlepage.xsl | |
parent | e7477591dd2a1302aadec48724cb070850caebee (diff) |
Merged r8368 from new-xsl branch.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8369 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'stylesheets/lfs-xsl/docbook-xsl-snapshot/xhtml/titlepage.xsl')
-rw-r--r-- | stylesheets/lfs-xsl/docbook-xsl-snapshot/xhtml/titlepage.xsl | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/stylesheets/lfs-xsl/docbook-xsl-snapshot/xhtml/titlepage.xsl b/stylesheets/lfs-xsl/docbook-xsl-snapshot/xhtml/titlepage.xsl index 908d7ed2a..eb986496a 100644 --- a/stylesheets/lfs-xsl/docbook-xsl-snapshot/xhtml/titlepage.xsl +++ b/stylesheets/lfs-xsl/docbook-xsl-snapshot/xhtml/titlepage.xsl @@ -118,7 +118,7 @@ <div> <xsl:apply-templates select="." mode="class.attribute"/> <xsl:call-template name="anchor"/> - <xsl:if test="not ($abstract.notitle.enabled = 0)"> + <xsl:if test="$abstract.notitle.enabled = 0"> <xsl:call-template name="formal.object.heading"> <xsl:with-param name="title"> <xsl:apply-templates select="." mode="title.markup"/> @@ -126,6 +126,7 @@ </xsl:call-template> </xsl:if> <xsl:apply-templates mode="titlepage.mode"/> + <xsl:call-template name="process.footnotes"/> </div> </xsl:template> @@ -515,9 +516,7 @@ <xsl:variable name="filename"> <xsl:call-template name="make-relative-filename"> <xsl:with-param name="base.dir" select="$base.dir"/> - <xsl:with-param name="base.name"> - <xsl:apply-templates mode="chunk-filename" select="."/> - </xsl:with-param> + <xsl:with-param name="base.name" select="concat($id,$html.ext)"/> </xsl:call-template> </xsl:variable> |