Bug #2847
Mis à jour par Matthieu Decorde il y a plus de 5 ans
The XML-TRS import module update process used (to save segments annotations) can only manage the TEI elements and attributes of the XML-TEI format of transcription (u, sp, event, div and text). text)
The compiler step will silently ignore any foreign attributes (sp_mode, sp_fidelity and sp_channel): 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>
The compiler step will silently ignore any foreign attributes (sp_mode, sp_fidelity and sp_channel): 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>