Xml/Sets/proba.xml
author Patrick PIERRE <patrick.pierre@prismallia.fr>
ven., 27 avril 2012 19:13:50 +0200
changeset 96 4817d2fa8801
parent 95 51aff0bf9d8b
child 98 276a83581fb4
permissions -rw-r--r--
Attribut transform
<?xml version='1.0' encoding='utf-8'?>
<!-- $Id$ -->
<publiset version="1.0">
  <composition xml:id="proba" as="publiquiz" attributes="version=1.0">
    <division as="document" attributes="xml:id=proba xml:lang=fr">
      <head>
        <title>Exemple d'assemblage de sujets et de quiz</title>
      </head>

      <!-- ============================ Cours ============================= -->
      <division path="../Topics" xslt="composition.xsl">
        <head>
          <title>Le cours</title>
        </head>
        <file name="proba01.xml"/>
      </division>

      <!-- ========================== Exercices =========================== -->
      <division path="../Quiz" xslt="composition.xsl">
        <head>
          <title>Les exercices</title>
        </head>
        <file name="choices-radio.xml"/>
      </division>
    </division>
  </composition>
</publiset>