# HG changeset patch # User Patrick PIERRE <patrick.pierre@prismallia.fr> # Date 1360486781 -3600 # Node ID 2c3632a6fd7d1b8632382889e6d0003662338cd9 # Parent 4a68acad2e134b02d736a06fe69a334211a80b94 Nouvelle structure de la balise <file> diff -r 4a68acad2e13 -r 2c3632a6fd7d Xml/Sets/composition.xml --- a/Xml/Sets/composition.xml ven. févr. 08 11:12:34 2013 +0100 +++ b/Xml/Sets/composition.xml dim. févr. 10 09:59:41 2013 +0100 @@ -6,7 +6,8 @@ <head transform="composition.xsl"> <title>Exemple d'assemblage de sujets</title> <identifier type="ean">9781449328030</identifier> - <copyright>Prismallia, Paris, 2012</copyright> + <copyright>Prismallia, Paris, 2013</copyright> + <collection>Les chroniques</collection> <contributors> <contributor> <firstname>Patrick</firstname><lastname>PIERRE</lastname> @@ -37,8 +38,8 @@ <head> <title>Les événements</title> </head> - <file name="centre_pompidou.xml"/> - <file name="chasseurs.xml" xpath="*"/> + <file>centre_pompidou.xml</file> + <file xpath="*">chasseurs.xml</file> </division> <!-- =========================== Brèves ============================= --> @@ -46,7 +47,7 @@ <head> <title>Les brèves</title> </head> - <file name="../Topics/portugal_ue.xml" xslt="composition.xsl"/> + <file xslt="composition.xsl">../Topics/portugal_ue.xml</file> </division> <!-- =========================== Photos ============================= --> @@ -55,7 +56,7 @@ <title>Les photos avec légende</title> </head> <division as="topic" path="../Topics"> - <file name="prince_belge.xml" xpath="topic/section"/> + <file xpath="topic/section">prince_belge.xml</file> </division> </division> </division> diff -r 4a68acad2e13 -r 2c3632a6fd7d Xml/Sets/proba.xml --- a/Xml/Sets/proba.xml ven. févr. 08 11:12:34 2013 +0100 +++ b/Xml/Sets/proba.xml dim. févr. 10 09:59:41 2013 +0100 @@ -16,7 +16,7 @@ <head> <title>Le cours</title> </head> - <file name="proba01.xml"/> + <file>proba01.xml</file> </division> <!-- ========================== Exercices =========================== --> @@ -24,8 +24,7 @@ <head> <title>Les exercices</title> </head> - <file name="choices-radio.xml"/> - <file name="choices-check.xml"/> + <file>choices-radio.xml</file> </division> </division> </composition> diff -r 4a68acad2e13 -r 2c3632a6fd7d Xml/Sets/quiz.xml --- a/Xml/Sets/quiz.xml ven. févr. 08 11:12:34 2013 +0100 +++ b/Xml/Sets/quiz.xml dim. févr. 10 09:59:41 2013 +0100 @@ -7,24 +7,24 @@ <head> <title>Ensemble d'exercices</title> </head> - <file name="choices-radio.xml"/> - <file name="choices-radio_image.xml"/> - <file name="choices-check.xml"/> - <file name="choices-check_audio.xml"/> - <file name="blanks-fill.xml"/> - <file name="blanks-fill_strict.xml"/> - <file name="blanks-select.xml"/> - <file name="blanks-select_multiple.xml"/> - <file name="point.xml"/> - <file name="point_radio.xml"/> - <file name="matching.xml"/> - <file name="matching_image.xml"/> - <file name="sort.xml"/> - <file name="sort_image.xml"/> - <file name="categories.xml"/> - <file name="categories_image.xml"/> - <file name="production.xml"/> - <file name="composite.xml"/> + <file>choices-radio.xml</file> + <file>choices-radio_image.xml</file> + <file>choices-check.xml</file> + <file>choices-check_audio.xml</file> + <file>blanks-fill.xml</file> + <file>blanks-fill_strict.xml</file> + <file>blanks-select.xml</file> + <file>blanks-select_multiple.xml</file> + <file>point.xml</file> + <file>point_radio.xml</file> + <file>matching.xml</file> + <file>matching_image.xml</file> + <file>sort.xml</file> + <file>sort_image.xml</file> + <file>categories.xml</file> + <file>categories_image.xml</file> + <file>production.xml</file> + <file>composite.xml</file> </division> </composition> </publiset> diff -r 4a68acad2e13 -r 2c3632a6fd7d Xml/Sets/selection.xml --- a/Xml/Sets/selection.xml ven. févr. 08 11:12:34 2013 +0100 +++ b/Xml/Sets/selection.xml dim. févr. 10 09:59:41 2013 +0100 @@ -4,32 +4,35 @@ <!-- ============================ SÉLECTION 1 =========================== --> <selection id="selection1" xml:lang="fr"> <head> - <title>Première sélection</title> + <title>Sélection de textes</title> </head> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~ Événements ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <division path="../Topics"> <head> <title>Les événements</title> </head> - <file name="centre_pompidou.xml">Un nouveau Centre Pompidou</file> - <file name="chasseurs.xml">Les chasseurs contestent la loi</file> + <file>centre_pompidou.xml</file> + <file>chasseurs.xml</file> + <link uri="centre_pompidou.html">Un nouveau Centre Pompidou</link> + <link uri="chasseurs.html">Les chasseurs contestent la loi</link> </division> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Brèves ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <division path="../Topics"> <head> <title>Les brèves</title> </head> - <file name="portugal_ue.xml">Lisbonne, samedi 1<sup>er</sup></file> + <file>portugal_ue.xml</file> + <link uri="portugal_ue.html">Lisbonne, samedi 1<sup>er</sup></link> </division> </selection> <!-- ============================ SÉLECTION 2 =========================== --> <selection id="selection2" xml:lang="fr"> <head> - <title>Deuxième sélection</title> + <title>Sélection de textes et de pages Web</title> </head> - <file name="../Topics/prince_belge.xml" - uri="../PrinceBelge/prince_belge.html">Prince Philippe</file> - <link uri="../TortureTest/torture_test.html">Torture test</link> + <file path="../Topics">prince_belge.xml</file> + <link uri="prince_belge.html">Prince Philippe</link> + <link uri="http://www.prismallia.fr">Prismallia</link> </selection> </publiset>