Xml/Sets/topic_set.xml
author Patrick PIERRE <patrick.pierre@prismallia.fr>
mar., 14 juin 2011 17:13:46 +0200
changeset 25 d77ae7040e3e
parent 23 814ea44c2469
child 26 cc3ab0784a7b
permissions -rw-r--r--
link dans inline
<?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 base="../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 base="../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>