From: Norman Walsh Date: Fri, 20 Sep 2002 11:12:43 +0000 (+0000) Subject: Address Bug #610660: Added system.head.content so that stylesheets can output things... X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=aeb17e6a77c06d3923be7208f7aa0346b5be691b;p=docbook-dsssl Address Bug #610660: Added system.head.content so that stylesheets can output things before the users css.stylesheet (for example). Also added a title parameter to head.content --- diff --git a/xsl/html/docbook.xsl b/xsl/html/docbook.xsl index b2f5687c4..a26951f7e 100644 --- a/xsl/html/docbook.xsl +++ b/xsl/html/docbook.xsl @@ -104,9 +104,12 @@ + + + - <xsl:apply-templates select="$node" mode="object.title.markup.textonly"/> + <xsl:copy-of select="$title"/> @@ -235,6 +238,17 @@ body { background-image: url(' + + + + + + + + @@ -305,6 +319,9 @@ body { background-image: url(' + + +