Parentheses and Discontinuous Text Passages
The separated text components are linked using the @prev
and @next
attributes with the help of @xml:id
's.
If the text passage is interrupted several times, the successive parts are linked together, in doing so the first part of the chain contains no @prev
and the last part no @next
.
Example: Parallel print of two texts on opposite book pages
<div xml:id="[ID text1_part1]" next="#[ID text1_part2]">...</div> <pb/> <div xml:id="[ID text2_part1]" next="#[ID text2_part2]">...</div> <pb/> <div xml:id="[ID text1_part2]" prev="#[ID text1_part1]">...</div> <pb/> <div xml:id="[ID text2_part2]" prev="#[ID text2_part1]">...</div>
Autonomous Texts Arranged Next to Each Other
Tip: Typical examples of discontinuous text passages are for instance Continuous Footnotes, Endnotes, Discontinuous Verse Parts in Poems.
Note: Alternative regulation phase 1: Continuous footnotes and endnotes represent a special case for the interruption of related text passages, which is dealt with by means of the
<seg>
element (see chapters Continuous Footnotes and Endnotes).