]> granicus.if.org Git - docbook-dsssl/commitdiff
Use xml:id not id, and use the official namespace
authorNorman Walsh <ndw@nwalsh.com>
Sat, 23 Apr 2005 21:37:48 +0000 (21:37 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Sat, 23 Apr 2005 21:37:48 +0000 (21:37 +0000)
docbook/relaxng/simple/src/sdocbook.rnc

index 3c457a4a90df35e86bde7d59f3d1356c3632d67a..826a799ed664d02ab806675b7795a80ef7332fc1 100644 (file)
@@ -11,8 +11,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.article
 
@@ -66,14 +66,14 @@ include "../../docbook/src/htmltbl.rnc"
 
 include "../../docbook/src/pool.rnc" {
    db.common.attributes =
-      attribute id { xsd:ID }?,
+      attribute xml:id { xsd:ID }?,
       attribute version { text }?,
       attribute xml:lang { text }?,
       attribute xml:base { text }?,
       attribute revisionflag { "changed" | "added" | "deleted" | "off" }?
 
    db.common.idreq.attributes =
-      attribute id { xsd:ID },
+      attribute xml:id { xsd:ID },
       attribute version { text }?,
       attribute xml:lang { text }?,
       attribute xml:base { text }?,