]> granicus.if.org Git - docbook-dsssl/commitdiff
RFE #615587: Add xml:base to the common attributes
authorNorman Walsh <ndw@nwalsh.com>
Mon, 30 Dec 2002 22:00:02 +0000 (22:00 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Mon, 30 Dec 2002 22:00:02 +0000 (22:00 +0000)
schema/relaxng/dbpool.rng

index 7fd77dad0fae95ae936d58246091a1a500dfe2c1..fe1332825344b13ded18c4a992ec521b7ed84196 100644 (file)
@@ -1093,6 +1093,15 @@ d. Just Acronym, Emphasis, and Trademark; no other word elements.
     </optional>
   </define>
 
+<!-- xml:base: Sets the base URI of the current element, as per
+       http://www.w3.org/TR/xmlbase/ -->
+
+  <define name="xml.base.attrib">
+    <optional>
+      <attribute name="xml:base"/>
+    </optional>
+  </define>
+
 <!-- RevisionFlag: Revision status of element; default is that element
        wasn't revised -->
 
@@ -1121,6 +1130,7 @@ d. Just Acronym, Emphasis, and Trademark; no other word elements.
     <ref name="xreflabel.attrib"/>
     <ref name="revisionflag.attrib"/>
     <ref name="effectivity.attrib"/>
+    <ref name="xml.base.attrib"/>
     <ref name="local.common.attrib"/>
   </define>