Bug #2847

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

The XML-TRS import module update process can only manage the TEI elements of the XML-TEI format of transcription (u, sp, event, div and text)

The compiler step will silently failed:
<pre>
Undeclared element attribute <sp starttime=...> ignored (file XYZ.cqp, line #4, warning issued only once).
Undeclared element attribute <sp endtime=...> ignored (file XYZ.cqp, line #4, warning issued only once).
Undeclared element attribute <u start=...> ignored (file XYZ.cqp, line #5, warning issued only once).
Undeclared element attribute <text lang=...> ignored (file XYZ.cqp, line #585697, warning issued only once).
Undeclared element attribute <sp mode=...> ignored (file XYZ.cqp, line #1558548, warning issued only once).
Undeclared element attribute <sp fidelity=...> ignored (file XYZ.cqp, line #1558548, warning issued only once).
Undeclared element attribute <sp channel=...> ignored (file XYZ.cqp, line #1558548, warning issued only once).
</pre>

Retour