Task #2372
EXT, Analec: XML-TEI-URS format correction
Statut: | New | Début: | 26/04/2018 | |
---|---|---|---|---|
Priorité: | Normal | Echéance: | ||
Assigné à: | - | % réalisé: | 0% |
|
Catégorie: | - | Temps passé: | - | |
Version cible: | TXM Annotation URS X.X |
Description
Currently, as of TXM 0.7.9.201801091036 and Analec extension 1.0.0.201801091607, the URS annotation files produced by TXM present some TEI conformance problems.
1) the namespace is declared in the root element as follows :
<tei:TEI xmlns:tei="http://www.tei-c.org/ns/1.0">
The descendants are not prefixed, which means that they are not in the TEI namespace. The correct declaration should be:
<TEI xmlns="http://www.tei-c.org/ns/1.0">
2) The <text> element is empty. It should be deleted.
3) @id should be changed to @xml:id
Historique
#1 Mis à jour par Serge Heiden il y a plus de 7 ans
- Version cible changé de TXM Annotation URS X.X à TXM Annotation URS 3.0
#2 Mis à jour par Matthieu Decorde il y a plus de 6 ans
- Version cible changé de TXM Annotation URS 3.0 à TXM Annotation URS X.X