Bug #2252

Mis à jour par Matthieu Decorde il y a plus de 4 ans

*Diagnostic*

If source files have the following structure, the creation of text identifiers fails and some functions (as back-to-text) are unavailable

<pre> <code>
<TEI>
<div> some text ... </div>
<div> in divs ... ... </div>
</TEI>
</pre> </code>

*Solution*

The XML/w import module must be XML schema agnostic: no particular XML element should be supposed to be present in the source for the module to work.

Retour