Ajout d'un son dans le flux de texte
authorPatrick PIERRE
mer., 15 mai 2013 12:17:58 +0200
changeset 209 6b1ee27e6b84
parent 208 3541b0d0bf0b
child 210 37d009f2b5e3
Ajout d'un son dans le flux de texte
RelaxNG/Examples/Documents/torture_test.xml
RelaxNG/publiquiz.rnc
--- a/RelaxNG/Examples/Documents/torture_test.xml	mer. mai 15 12:08:56 2013 +0200
+++ b/RelaxNG/Examples/Documents/torture_test.xml	mer. mai 15 12:17:58 2013 +0200
@@ -619,7 +619,7 @@
               </caption>
             </media>
             <p>
-              <audio id="ring"/> : ceci est un petit son de sonnerie.
+              Voici un petit son (<audio id="ring"/>) de sonnerie.
             </p>
           </section>
         </topic>
--- a/RelaxNG/publiquiz.rnc	mer. mai 15 12:08:56 2013 +0200
+++ b/RelaxNG/publiquiz.rnc	mer. mai 15 12:17:58 2013 +0200
@@ -489,6 +489,7 @@
  & link*
  & anchor*
  & image*
+ & audio*
  & blank*
 }
 point.inlines = mixed {
@@ -509,6 +510,7 @@
  & link*
  & anchor*
  & image*
+ & audio*
  & blank*
  & point.right*
  & point.wrong*