Bug #2847

Mis à jour par Serge Heiden il y a plus de 5 ans

The XML-TRS import module step used by the update process used (to save segments based annotations) wilfully manages can only manage the following structure names: u, 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 CQP attribute names attributes (sp_mode, sp_fidelity and sp_channel):
<pre>
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>

h3. Solution

Don't [wilfully] filter foreign structure names in XML-TRS import module step.


Retour