# HG changeset patch # User Patrick PIERRE <patrick.pierre@prismallia.fr> # Date 1308234658 -7200 # Node ID cc3ab0784a7b22afe37d06ea68bfe8d71222bc06 # Parent d77ae7040e3e70b9b1092778b9659ba51e0066b9 base -> path diff -r d77ae7040e3e -r cc3ab0784a7b RelaxNG/publiset.rnc --- a/RelaxNG/publiset.rnc mar. juin 14 17:13:46 2011 +0200 +++ b/RelaxNG/publiset.rnc jeu. juin 16 16:30:58 2011 +0200 @@ -154,13 +154,13 @@ } composition.division.attributes = - base.attribute? + path.attribute? & xslt.attribute? & xpath.attribute? & remap.attributes selection.division.attributes = - base.attribute? -base.attribute = attribute base { xsd:anyURI } + path.attribute? +path.attribute = attribute path { xsd:anyURI } xslt.attribute = attribute xslt { xsd:anyURI } xpath.attribute = attribute xpath { text } diff -r d77ae7040e3e -r cc3ab0784a7b RelaxNG/publiset.rng --- 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> diff -r d77ae7040e3e -r cc3ab0784a7b Xml/Sets/topic_set.xml --- a/Xml/Sets/topic_set.xml mar. juin 14 17:13:46 2011 +0200 +++ b/Xml/Sets/topic_set.xml jeu. juin 16 16:30:58 2011 +0200 @@ -9,7 +9,7 @@ </head> <!-- ========================== Événements ========================== --> - <division base="../Topics" xslt="simplified_head.xsl"> + <division path="../Topics" xslt="simplified_head.xsl"> <head> <title>Les événements</title> </head> @@ -26,7 +26,7 @@ </division> <!-- =========================== Photos ============================= --> - <division base="../Topics"> + <division path="../Topics"> <head> <title>Les photos légendées</title> </head>