RelaxNG/Examples/Sets/proba.xml
author Patrick PIERRE <patrick.pierre@prismallia.fr>
mer., 06 juin 2012 18:16:53 +0200
changeset 116 bd4ff455b83f
parent 102 e98e20206464
child 117 fb3173d57512
permissions -rw-r--r--
Suppression remarque
<?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>
        <keywordset>
          <keyword>mathématiques</keyword>
          <keyword>probabilité</keyword>
        </keywordset>
      </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>