--- 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