Manuel utilisateur de la ModulEst
Chapitre 1. Introduction
Chapitre 2. L'application
Chapitre 3. Le fichier XML
Chapitre 4. Génération du module au format HTML
Chapitre 5. Ajouter du contenu
Annexe A DTD module (modxml.dtd)
Annexe B Liste des entités caractères utilisables
Page d'accueil Table des matières Niveau supérieur Page précédente Bas de la page Page suivante

Annexe A DTD module (modxml.dtd)

    <?xml version="1.0" encoding="ISO-8859-1" ?>
    <!ENTITY % HTMLlat1 SYSTEM "ent/xhtml-lat1.ent">
    <!ENTITY % HTMLsymbol SYSTEM "ent/xhtml-symbol.ent">
    <!ENTITY % HTMLspecial SYSTEM "ent/xhtml-special.ent">
    %HTMLlat1;
    %HTMLsymbol;
    %HTMLspecial;

    <!ELEMENT module (chapter+)>
    <!ATTLIST module title CDATA #REQUIRED
                     author CDATA #REQUIRED
                     date CDATA #IMPLIED
                     directory NMTOKEN #FIXED "general"
                     stylesdir NMTOKEN #FIXED "styles"
                     prefacefile NMTOKEN #FIXED "index.html"
                     tocfile NMTOKEN #FIXED "toc.html"           
                     bibliographyfile NMTOKEN #IMPLIED
                     webographyfile NMTOKEN #IMPLIED
                     glossaryfile NMTOKEN #IMPLIED
                     helpfile NMTOKEN #IMPLIED>

    <!ELEMENT chapter (section*)>
    <!ATTLIST chapter title CDATA #REQUIRED
                      directory NMTOKEN #REQUIRED
                      contentfile NMTOKEN #FIXED "index.html"
                      counter (yes | no) "yes"
                      abstractfile NMTOKEN #IMPLIED
                      qcmfile CDATA #IMPLIED>

    <!ELEMENT section (subsection*)>
    <!ATTLIST section title CDATA #REQUIRED
              contentfile NMTOKEN #REQUIRED>

    <!ELEMENT subsection EMPTY>
    <!ATTLIST subsection title CDATA #REQUIRED
              contentfile NMTOKEN #REQUIRED>
Page d'accueil Table des matières Niveau supérieur Page précédente Haut de la page Page suivante