From aeb17e6a77c06d3923be7208f7aa0346b5be691b Mon Sep 17 00:00:00 2001 From: Norman Walsh Date: Fri, 20 Sep 2002 11:12:43 +0000 Subject: [PATCH] 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 --- xsl/html/docbook.xsl | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) 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(' + + + -- 2.50.1