Bug #2160

Mis à jour par Matthieu Decorde il y a environ 8 ans

For certain texts, words are not highlighted in editions.

The IDS of those words not highlighted contain characters that broke the CSS ID syntax rules (e.g " ", "(" and more)

h3. Solution

Fix the the XMLw to XML-TXM step of import modules: in the XML2Ana class the word ID must be normalized.

h3. Solution

All pagers (but Doc import pager) were messing with the first word id when the page was cut using the number of words and was using the next word id instead of the word id that cuts the page.

Retour