From a3c335424e5e8db883d7be88026dc645b3a98530 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Thu, 23 Mar 2006 23:13:37 +0000 Subject: [PATCH] Added to make stripns.xsl usable as a standalone stylesheet for stripping out DocBook 5/NG to DocBook 4. Note that DocBook XSLT drivers that include this stylesheet all override the match="/" template. --- xsl/common/stripns.xsl | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/xsl/common/stripns.xsl b/xsl/common/stripns.xsl index 0ed6255f3..c5fe64395 100644 --- a/xsl/common/stripns.xsl +++ b/xsl/common/stripns.xsl @@ -3,7 +3,8 @@ xmlns:ng="http://docbook.org/docbook-ng" xmlns:db="http://docbook.org/ns/docbook" xmlns:saxon="http://icl.com/saxon" - exclude-result-prefixes="db ng saxon" + xmlns:exsl="http://exslt.org/common" + exclude-result-prefixes="db ng exsl saxon" version='1.0'> @@ -242,4 +243,21 @@ + + + + Stripping NS from DocBook 5/NG document. + + + + Processing stripped document. + + + + + + + + -- 2.40.0