RelaxNG/Examples/Sets/selection.xml
changeset 167 ea989bffd987
parent 117 fb3173d57512
--- a/RelaxNG/Examples/Sets/selection.xml	lun. févr. 04 22:48:10 2013 +0100
+++ b/RelaxNG/Examples/Sets/selection.xml	dim. févr. 10 09:59:12 2013 +0100
@@ -4,32 +4,35 @@
   <!-- ============================ SÉLECTION 1 =========================== -->
   <selection id="selection1" xml:lang="fr">
     <head>
-      <title>Première sélection</title>
+      <title>Sélection de textes</title>
     </head>
     <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~ Événements ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
     <division path="../Topics">
       <head>
         <title>Les événements</title>
       </head>
-      <file name="centre_pompidou.xml">Un nouveau Centre Pompidou</file>
-      <file name="chasseurs.xml">Les chasseurs contestent la loi</file>
+      <file>centre_pompidou.xml</file>
+      <file>chasseurs.xml</file>
+      <link uri="centre_pompidou.html">Un nouveau Centre Pompidou</link>
+      <link uri="chasseurs.html">Les chasseurs contestent la loi</link>
     </division>
     <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Brèves ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
     <division path="../Topics">
       <head>
         <title>Les brèves</title>
       </head>
-      <file name="portugal_ue.xml">Lisbonne, samedi 1<sup>er</sup></file>
+      <file>portugal_ue.xml</file>
+      <link uri="portugal_ue.html">Lisbonne, samedi 1<sup>er</sup></link>
     </division>
   </selection>
 
   <!-- ============================ SÉLECTION 2 =========================== -->
   <selection id="selection2" xml:lang="fr">
     <head>
-      <title>Deuxième sélection</title>
+      <title>Sélection de textes et de pages Web</title>
     </head>
-    <file name="../Topics/prince_belge.xml"
-          uri="../PrinceBelge/prince_belge.html">Prince Philippe</file>
-    <link uri="../TortureTest/torture_test.html">Torture test</link>
+    <file path="../Topics">prince_belge.xml</file>
+    <link uri="prince_belge.html">Prince Philippe</link>
+    <link uri="http://www.prismallia.fr">Prismallia</link>
   </selection>
 </publiset>