Ajout de l'attribut 'argument'
authorPatrick PIERRE
jeu., 13 juin 2013 13:23:26 +0200
changeset 215 c9959ed4ba48
parent 214 c169dbf34858
child 216 414224d5a623
Ajout de l'attribut 'argument'
RelaxNG/Examples/Sets/quiz.xml
RelaxNG/publiset.rnc
--- a/RelaxNG/Examples/Sets/quiz.xml	mer. juin 05 10:15:53 2013 +0200
+++ b/RelaxNG/Examples/Sets/quiz.xml	jeu. juin 13 13:23:26 2013 +0200
@@ -24,7 +24,7 @@
       <file>sort.xml</file>
       <file>sort_image.xml</file>
       <file>categories.xml</file>
-      <file>categories_multiple.xml</file>
+      <file argument="color">categories_multiple.xml</file>
       <file>categories_image.xml</file>
       <file>pip.xml</file>
       <file>production.xml</file>
--- a/RelaxNG/publiset.rnc	mer. juin 05 10:15:53 2013 +0200
+++ b/RelaxNG/publiset.rnc	jeu. juin 13 13:23:26 2013 +0200
@@ -134,9 +134,11 @@
 composition.file.attributes =
    path.attribute?
  & (xpath.attribute | xslt.attribute)?
+ & argument.attribute?
 selection.file.attributes =
    path.attribute?
-
+argument.attribute = attribute argument { text }
+   
 file.content = xsd:anyURI