]> granicus.if.org Git - docbook-dsssl/commitdiff
Skip the htmlforms module and use the official namespace
authorNorman Walsh <ndw@nwalsh.com>
Sat, 23 Apr 2005 21:34:08 +0000 (21:34 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Sat, 23 Apr 2005 21:34:08 +0000 (21:34 +0000)
docbook/relaxng/docbook/src/docbook.rnc

index c0395e86475d4ca497e0c2d851e9ea00a432b124..af556a0e2c6ff82c9e0a9529df0e16933a2b811c 100644 (file)
@@ -14,8 +14,8 @@
 namespace ctrl = "http://nwalsh.com/xmlns/schema-control/"
 namespace rng  = "http://relaxng.org/ns/structure/1.0"
 namespace s = "http://www.ascc.net/xml/schematron"
-namespace db = "http://docbook.org/docbook-ng"
-default namespace = "http://docbook.org/docbook-ng"
+namespace db = "http://docbook.org/ns/docbook"
+default namespace = "http://docbook.org/ns/docbook"
 
 start = db.set
         | db.book
@@ -46,4 +46,4 @@ include "qandaset.rnc"
 include "math.rnc"
 include "mathml.rnc"
 include "svg.rnc"
-include "htmlform.rnc"
+