Xml/Sets/composition.xml
changeset 64 2c3632a6fd7d
parent 52 a829c7380e32
--- a/Xml/Sets/composition.xml	ven. févr. 08 11:12:34 2013 +0100
+++ b/Xml/Sets/composition.xml	dim. févr. 10 09:59:41 2013 +0100
@@ -6,7 +6,8 @@
       <head transform="composition.xsl">
         <title>Exemple d'assemblage de sujets</title>
         <identifier type="ean">9781449328030</identifier>
-        <copyright>Prismallia, Paris, 2012</copyright>
+        <copyright>Prismallia, Paris, 2013</copyright>
+        <collection>Les chroniques</collection>
         <contributors>
           <contributor>
             <firstname>Patrick</firstname><lastname>PIERRE</lastname>
@@ -37,8 +38,8 @@
         <head>
           <title>Les événements</title>
         </head>
-        <file name="centre_pompidou.xml"/>
-        <file name="chasseurs.xml" xpath="*"/>
+        <file>centre_pompidou.xml</file>
+        <file xpath="*">chasseurs.xml</file>
       </division>
 
       <!-- =========================== Brèves ============================= -->
@@ -46,7 +47,7 @@
         <head>
           <title>Les brèves</title>
         </head>
-        <file name="../Topics/portugal_ue.xml" xslt="composition.xsl"/>
+        <file xslt="composition.xsl">../Topics/portugal_ue.xml</file>
       </division>
       
       <!-- =========================== Photos ============================= -->
@@ -55,7 +56,7 @@
           <title>Les photos avec légende</title>
         </head>
         <division as="topic" path="../Topics">
-          <file name="prince_belge.xml" xpath="topic/section"/>
+          <file xpath="topic/section">prince_belge.xml</file>
         </division>
       </division>
     </division>