From 621cbd8e401d8fa46329aee3e2ec23c5bce4d89b Mon Sep 17 00:00:00 2001 From: Bob Stayton Date: Mon, 31 Oct 2011 20:37:22 +0000 Subject: [PATCH] Fixed bug #3388088 where non-namespaced chunkfast.xsl not properly handling namespaced document. --- xsl/html/chunk-code.xsl | 17 +++-------------- xsl/html/chunk-common.xsl | 9 +++++++++ xsl/html/docbook.xsl | 19 +++++++++++++------ 3 files changed, 25 insertions(+), 20 deletions(-) diff --git a/xsl/html/chunk-code.xsl b/xsl/html/chunk-code.xsl index 4fe4c272c..2829f9ae8 100644 --- a/xsl/html/chunk-code.xsl +++ b/xsl/html/chunk-code.xsl @@ -421,19 +421,7 @@ stylesheets for DocBook5 if you don't want to use this feature.--> - - Note - - - namesp. cut - - - stripped namespace before processing - - - - - + Note @@ -444,7 +432,8 @@ processing stripped document - + + diff --git a/xsl/html/chunk-common.xsl b/xsl/html/chunk-common.xsl index 2d10bfdb9..dfd26462a 100644 --- a/xsl/html/chunk-common.xsl +++ b/xsl/html/chunk-common.xsl @@ -29,10 +29,19 @@ + + + + Computing stripped namespace chunks... + + + Computing chunks... + diff --git a/xsl/html/docbook.xsl b/xsl/html/docbook.xsl index e6878c9cd..d185e19e1 100644 --- a/xsl/html/docbook.xsl +++ b/xsl/html/docbook.xsl @@ -328,6 +328,16 @@ body { background-image: url(' + + + + + + + @@ -351,16 +361,13 @@ body { background-image: url(' stripped namespace before processing - - - - @@ -374,7 +381,7 @@ body { background-image: url(' processing stripped document - + -- 2.40.0