]> granicus.if.org Git - docbook-dsssl/commitdiff
DocBook with HTML Forms extension
authorNorman Walsh <ndw@nwalsh.com>
Sun, 24 Apr 2005 16:08:57 +0000 (16:08 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Sun, 24 Apr 2005 16:08:57 +0000 (16:08 +0000)
docbook/relaxng/docbook/src/dbforms.rnc [new file with mode: 0644]

diff --git a/docbook/relaxng/docbook/src/dbforms.rnc b/docbook/relaxng/docbook/src/dbforms.rnc
new file mode 100644 (file)
index 0000000..10b3122
--- /dev/null
@@ -0,0 +1,21 @@
+# This file is part of DocBook NG: The "KahlĂșa" Release.
+
+# This schema is a "work-in-progress". It validates a DocBook-like grammar that
+# may, in some incarnation, form the basis for DocBook V.next. Or it may not.
+# At the moment, it's just an exploration by Norm. It has utterly no normative
+# value at all.
+#
+# Author: Norman Walsh, <ndw@nwalsh.com>
+# Source: Derived from DocBook XML V4.3
+# Release: $Id$
+#
+# ======================================================================
+
+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/ns/docbook"
+default namespace = "http://docbook.org/ns/docbook"
+
+include "docbook.rnc"
+include "htmlforms.rnc"