Chartes-TNAH / olivar-asselin

Corpus d'échanges épistolaires d'Olivar Asselin
0 stars 2 forks source link

Suite du debbogage de RelaxNG selon #14 #16

Closed mggourio closed 6 years ago

mggourio commented 6 years ago

Ajout du RelaxNG correct. Mais il reste une toute petite erreur à propos du xmlns.

Dans le schéma, j'ai placé le xmlns dans le grammar

<grammar xmlns="http://relaxng.org/ns/structure/1.0"
    xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
    xmlns:tei="http://www.tei-c.org/ns/1.0"
    datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes">
    <start>
        <ref name="TEI"/>
    </start>

Et dans le fichier encodé, il y a cette ligne

<TEI xmlns="http://www.tei-c.org/ns/1.0">

qui m'indique cette erreur element "TEI" not allowed anywhere; expected element "TEI" (with xmlns="").

A part ça, tout va bien !!

FMezard commented 6 years ago

Bien joué !!