From 78940b810c4f70e385a6c4890238e239bd5f6ca2 Mon Sep 17 00:00:00 2001 From: Norman Walsh Date: Thu, 6 Oct 2005 16:27:40 +0000 Subject: [PATCH] Move the stripns code to a common location; update @fileref and @entityref attributes in an attempt to handle the fact that the base URI gets mangled by the stripping copy. --- xsl/common/stripns.xsl | 124 +++++++++++++++++++++++++++++++++++++++++ xsl/fo/docbook.xsl | 57 +------------------ xsl/html/docbook.xsl | 57 +------------------ 3 files changed, 126 insertions(+), 112 deletions(-) create mode 100644 xsl/common/stripns.xsl diff --git a/xsl/common/stripns.xsl b/xsl/common/stripns.xsl new file mode 100644 index 000000000..e813be47a --- /dev/null +++ b/xsl/common/stripns.xsl @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + / + + + + + + + + + + + diff --git a/xsl/fo/docbook.xsl b/xsl/fo/docbook.xsl index 020a04104..752d1a18f 100644 --- a/xsl/fo/docbook.xsl +++ b/xsl/fo/docbook.xsl @@ -73,6 +73,7 @@ + @@ -263,60 +264,4 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/xsl/html/docbook.xsl b/xsl/html/docbook.xsl index 4e6e347a3..38fe26ac3 100644 --- a/xsl/html/docbook.xsl +++ b/xsl/html/docbook.xsl @@ -71,6 +71,7 @@ + @@ -428,60 +429,4 @@ body { background-image: url(' - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -- 2.40.0