Bug #2184

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

This may produce undesirable white spaces when displaying out-of-text-to-edit or note elements.

h3. Solution

* white space insertion must be an option (new import parameter)
* the
The tokenizer should not insert any white spaces or linebreaks in elements with mixed content.
* to


To
facilitate displaying and editing XML-TEI-TXM files, linebreaks may be safely added before TXM specific tags that never occur in mixed content context, eg: context: <txm:form>, <txm:ana>.

Note that if the "tokenize" box is unchecked in the import form, no linebreaks are added to XML-TXM files.

Retour