RelaxNG/publiset.rng
changeset 26 cc3ab0784a7b
parent 23 814ea44c2469
child 27 31bda0a55c4d
--- a/RelaxNG/publiset.rng	mar. juin 14 17:13:46 2011 +0200
+++ b/RelaxNG/publiset.rng	jeu. juin 16 16:30:58 2011 +0200
@@ -292,7 +292,7 @@
   <define name="composition.division.attributes">
     <interleave>
       <optional>
-        <ref name="base.attribute"/>
+        <ref name="path.attribute"/>
       </optional>
       <optional>
         <ref name="xslt.attribute"/>
@@ -305,11 +305,11 @@
   </define>
   <define name="selection.division.attributes">
     <optional>
-      <ref name="base.attribute"/>
+      <ref name="path.attribute"/>
     </optional>
   </define>
-  <define name="base.attribute">
-    <attribute name="base">
+  <define name="path.attribute">
+    <attribute name="path">
       <data type="anyURI"/>
     </attribute>
   </define>