topic_set -> composition
authorPatrick PIERRE <patrick.pierre@prismallia.fr>
sam., 18 juin 2011 09:09:04 +0200
changeset 28 29c17c272cea
parent 27 31bda0a55c4d
child 29 0bd36d3b6a5a
topic_set -> composition
Xml/Sets/composition.xml
Xml/Sets/topic_set.xml
--- /dev/null	jeu. janv. 01 00:00:00 1970 +0000
+++ b/Xml/Sets/composition.xml	sam. juin 18 09:09:04 2011 +0200
@@ -0,0 +1,39 @@
+<?xml version='1.0' encoding='utf-8'?>
+<publiset version="1.0">
+  <!-- $Id$ -->
+  <composition xml:id="composition" as="publidoc" attributes="version=1.0">
+    <division as="document" attributes="xml:id=composition">
+      <head>
+        <title>Exemple d'assemblage de sujets</title>
+        <language xml:lang="fr"/>
+      </head>
+
+      <!-- ========================== Événements ========================== -->
+      <division path="../Topics" xslt="simplified_head.xsl">
+        <head>
+          <title>Les événements</title>
+        </head>
+        <file>centre_pompidou.xml</file>
+        <file>chasseurs.xml</file>
+      </division>
+
+      <!-- =========================== Brèves ============================= -->
+      <division>
+        <head>
+          <title>Les brèves</title>
+        </head>
+        <file xslt="simplified_head.xsl">../Topics/portugal_ue.xml</file>
+      </division>
+      
+      <!-- =========================== Photos ============================= -->
+      <division path="../Topics">
+        <head>
+          <title>Les photos légendées</title>
+        </head>
+        <division as="topic">
+          <file xpath="topic/section">roi_belge.xml</file>
+        </division>
+      </division>
+    </division>
+  </composition>
+</publiset>
--- a/Xml/Sets/topic_set.xml	jeu. juin 16 18:56:52 2011 +0200
+++ /dev/null	jeu. janv. 01 00:00:00 1970 +0000
@@ -1,39 +0,0 @@
-<?xml version='1.0' encoding='utf-8'?>
-<publiset version="1.0">
-  <!-- $Id$ -->
-  <composition xml:id="topic_set" as="publidoc" attributes="version=1.0">
-    <division as="document" attributes="xml:id=topics">
-      <head>
-        <title>Exemple d'assemblage de sujets</title>
-        <language xml:lang="fr"/>
-      </head>
-
-      <!-- ========================== Événements ========================== -->
-      <division path="../Topics" xslt="simplified_head.xsl">
-        <head>
-          <title>Les événements</title>
-        </head>
-        <file>centre_pompidou.xml</file>
-        <file>chasseurs.xml</file>
-      </division>
-
-      <!-- =========================== Brèves ============================= -->
-      <division>
-        <head>
-          <title>Les brèves</title>
-        </head>
-        <file xslt="simplified_head.xsl">../Topics/portugal_ue.xml</file>
-      </division>
-      
-      <!-- =========================== Photos ============================= -->
-      <division path="../Topics">
-        <head>
-          <title>Les photos légendées</title>
-        </head>
-        <division as="topic">
-          <file xpath="topic/section">roi_belge.xml</file>
-        </division>
-      </division>
-    </division>
-  </composition>
-</publiset>