]> granicus.if.org Git - docbook-dsssl/commitdiff
Rename the docbook prefix in the declaration too.
authorBob Stayton <bobs@sagehill.net>
Thu, 13 Feb 2014 04:32:26 +0000 (04:32 +0000)
committerBob Stayton <bobs@sagehill.net>
Thu, 13 Feb 2014 04:32:26 +0000 (04:32 +0000)
xsl/slides/common/common.xsl
xsl/slides/fo/plain.xsl
xsl/slides/xhtml/plain.xsl
xsl/slides/xhtml/s5.xsl
xsl/slides/xhtml/slidy.xsl

index 32155178ac1b5aeef229c5abeff3b58f6132cab5..1dc6b2d43981397ff34df65b170859a29064a0e5 100644 (file)
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="ASCII"?>
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
-               xmlns:db="http://docbook.org/ns/docbook"
+               xmlns:d="http://docbook.org/ns/docbook"
                xmlns:dbs="http://docbook.org/ns/docbook-slides"
-               exclude-result-prefixes="dbs db"
+               exclude-result-prefixes="dbs d"
                 version="1.0">
 
 <xsl:template name="get.title">
index bcd4e6508267fe76a61d8c7b6c741834a507c684..d4a5863513fa58aa8d29fb93e6b8582e75e30976 100644 (file)
@@ -1,10 +1,10 @@
 <?xml version="1.0"?>
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                 xmlns:fo="http://www.w3.org/1999/XSL/Format"
-               xmlns:db="http://docbook.org/ns/docbook"
+               xmlns:d="http://docbook.org/ns/docbook"
                xmlns:dbs="http://docbook.org/ns/docbook-slides"
                xmlns:exsl="http://exslt.org/common"
-               exclude-result-prefixes="dbs db"
+               exclude-result-prefixes="dbs d"
                extension-element-prefixes="exsl"
                 version="1.0">
 
 
 <xsl:template name="bibliography.titlepage"/>
 
-<!-- Do not add db namespace to dbs elements -->
+<!-- Do not add d namespace to dbs elements -->
 <xsl:template match="*[namespace-uri() = 'http://docbook.org/ns/docbook-slides']" mode="addNS">
   <xsl:copy-of select="."/>
 </xsl:template>
index 55f05a60d2de9b650969aa33af44eb100f7fffca..b99ec4ea1a20d9084297460690845c065f15976f 100644 (file)
@@ -2,10 +2,10 @@
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                xmlns="http://www.w3.org/1999/xhtml"
                xmlns:xlink="http://www.w3.org/1999/xlink"
-               xmlns:db="http://docbook.org/ns/docbook"
+               xmlns:d="http://docbook.org/ns/docbook"
                xmlns:dbs="http://docbook.org/ns/docbook-slides"
                xmlns:exsl="http://exslt.org/common"
-               exclude-result-prefixes="dbs db xlink"
+               exclude-result-prefixes="dbs d xlink"
                extension-element-prefixes="exsl"
                version="1.0">
 
index beeade6dd7ec0fb10b47f89d5d40c3bbafe97e71..82c1a85127b0aca117e608fec9a1dc97c4ec611a 100644 (file)
@@ -1,9 +1,9 @@
 <?xml version="1.0" encoding="ASCII"?>
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                xmlns="http://www.w3.org/1999/xhtml"
-               xmlns:db="http://docbook.org/ns/docbook"
+               xmlns:d="http://docbook.org/ns/docbook"
                xmlns:dbs="http://docbook.org/ns/docbook-slides"
-               exclude-result-prefixes="dbs db"
+               exclude-result-prefixes="dbs d"
                version="1.0">
 
 <xsl:import href="plain.xsl"/>
index 124aae72cef8e58b93d98d9a1cc0b82e2b81c9f2..b0cacdb21dcb6b3802f44f8c553421fca5aba01d 100644 (file)
@@ -1,9 +1,9 @@
 <?xml version="1.0" encoding="ASCII"?>
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                xmlns="http://www.w3.org/1999/xhtml"
-               xmlns:db="http://docbook.org/ns/docbook"
+               xmlns:d="http://docbook.org/ns/docbook"
                xmlns:dbs="http://docbook.org/ns/docbook-slides"
-               exclude-result-prefixes="dbs db"
+               exclude-result-prefixes="dbs d"
                version="1.0">
 
 <xsl:import href="plain.xsl"/>