Bug #2001

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

Currently it is not possible to use the teiHeader content to build default word references (the @ref attribute, typically in a 3-posttok XSL step) or the edition (typically in the 4-edition XSL step).

h3. Solution

Refine the out-of-text semantics.

Move the out-of-text processing steps somewhere else such that:
* the current content of the out-of-text scheme can be used in all processing steps
* each step knows what to do with the out-of-text content (for example 'txm:ignore=true' 'ignore it' for the indexing step)

Retour