Emmanuelle Morlock
2017-06-16 08:43:40 UTC
Hi all
Iâm using teiPublisher and my question concerns a use case for which the TEI xml code.
How to deal with adjacent <supplied> tags or <unclear> so that the before and after typographic convention is merge ?
for example, if <supplied> is defined in a <model> to be surrounded by â{â and â}â, two adjacent supplied:
<supplied reason="lost">suppliedText1</supplied><supplied reason="lost">suppliedText2</supplied>
would produce:
{suppliedText1}{suppliedText2}
what to do to have them merge:
{suppliedText1suppliedText2} or {suppliedText1 suppliedText2}
testing for a preceding and/or following supplied seems cumbersome and sometimes there would be <lb/> or other milestones element that shouldnât stop the mergeâŠ
Is it then possible to pass a transformation in a second step, once all the tags have been transformed ?
thanks for your advice
Best
Emmanuelle
Iâm using teiPublisher and my question concerns a use case for which the TEI xml code.
How to deal with adjacent <supplied> tags or <unclear> so that the before and after typographic convention is merge ?
for example, if <supplied> is defined in a <model> to be surrounded by â{â and â}â, two adjacent supplied:
<supplied reason="lost">suppliedText1</supplied><supplied reason="lost">suppliedText2</supplied>
would produce:
{suppliedText1}{suppliedText2}
what to do to have them merge:
{suppliedText1suppliedText2} or {suppliedText1 suppliedText2}
testing for a preceding and/or following supplied seems cumbersome and sometimes there would be <lb/> or other milestones element that shouldnât stop the mergeâŠ
Is it then possible to pass a transformation in a second step, once all the tags have been transformed ?
thanks for your advice
Best
Emmanuelle