Menota Handbook 3.0
Guidelines for the electronic encoding of
Medieval Nordic primary sources

Ch. 16. Dealing with overlapping structures

Version 3.0 (12 December 2019)

by Andreas Witt, Beeke Stegmann, Robert Paulsen and Odd Einar Haugen

16.1 Introduction

There are no simple ways of encoding overlapping structures in XML, since XML is a strict tree structure in which every element must be part of a single “parent” element. For example, a word or sentence may be written over two manuscript pages. If we represent the manuscript page as an element, the words will not belong to a single page and a parser error will occur.

This problem is dealt with in ch. 3.12 by using empty elements to represent page beginnings in the manuscript, rather than a page of text. The same is true for columns and lines, where words, sentences and paragraphs routinely overlap with the physical features of the manuscript. These elements, <pb/>, <cb/> and <lb/>, are empty in the sense that they are inserted at a specific point in the structure without any extension. For this reason, they are often referred to as milestones. Note the position of the slash in these elements.

In many cases, the combination of ordinary, hierarchical elements such as <div>, <s>, <w>, <pc> with the milestones exemplified here give the encoder sufficient flexibility. It is thus possible to represent in XML a text which from the point of view of its contents is divided into chapters, sentences, words and punctuation marks, and from the point of view of its embodiment in a physical document divided into pages, columns and lines. This way, the same text can easily be compared between two or more manuscripts of different length and size, as long as the division into chapters etc. is the same.

There are, however, cases where this solution does not work. This is a recognised problem in XML encoding, and it is dealt with at some length in the TEI P5 Guidelines, ch. 20.

In this chapter, we offer a similar overview and discussion in ch. 16.2 below (by Andreas Witt). In the following subchapters, we discuss two particular cases, discontinuous headings in ch. 16.3 (by Beeke Stegmann and Robert Paulsen) and dialogue across hierarchical borders in ch. 16.4. Finally, in ch. 16.5 we broach the question of how to render certain text critical signs (the two latter subchapters by Odd Einar Haugen).

16.2 Spanning and linking encoding

In the TEI P5 Guidelines, ch. 11, the elements <addSpan/>, <delSpan/> and <damageSpan/> are defined. These elements are counterparts to the elements <add>, <del> and <damage>, but are all empty, and should be used when the feature to be encoded crosses structural divisions. There are in fact many more elements which can cross structural divisions, e.g. <sic>, <corr>, <unclear> and <supplied>, but there are no corresponding <sicSpan>, <corrSpan>, <unclearSpan> and <suppliedSpan>. Rather that adding these and several other elements we recommend using one generic empty element to cover all cases of overlapping structures. We have called this new element <me:textSpan/> and given it attributes from the classes “att.spanning”, “att.transcriptional”, “att.typed” and “att.global”, and the attribute @me:category. Note that we in this table include the <anchor> element which is used to specify the end of a span. This is explained in ch. 16.2.2 below.

Elements & attributes Explanation
<me:textSpan/> A generic element to handle overlapping text structures.
@me:category Specifies the type of span, restricted to this list of values:
‘gap’ For contents that would otherwise be contained by the <gap/> element, cf. ch. 8.
‘unclear’ For contents that would otherwise be contained by the <unclear> element, cf. ch. 8.
‘add’ For contents that would otherwise be contained by the <add> element, cf. ch. 9.
‘del’ For contents that would otherwise be contained by the <del> element, cf. ch. 9.
‘sic’ For contents that would otherwise be contained by the <sic> element, cf. ch. 9.
‘corr’ For contents that would otherwise be contained by the <corr> element, cf. ch. 9.
‘surplus’ For contents that would otherwise be contained by the <surplus> element, cf. ch. 9.
‘supplied’ For contents that would otherwise be contained by the <supplied> element, cf. ch. 9.
‘other’ For any other contents.
@spanTo Specifies the end point of the text span, using values like:
‘an1’ anchor 1
‘an2’ anchor 2, etc.
<anchor/> An empty element (milestone) which attaches an identifier to a point within a text.
@xml:id Specifies the identifier corresponding to the one used in the @spanTo attribute of the preceding <me:textSpan/> element, using values like:
‘an1’ anchor 1
‘an2’ anchor 2, etc.

We will discuss an example of an overlapping structure in AM 673 b 4to (Plácitusdrápa 1), as seen in ill. 16.1.

Ill. 16.1. Overlapping in supplied text. Plácitusdrápa. AM 673 b 4to, f. 1r, l. 1–4.

The first three lines read approximately:

genget fiornes ualdr [quaþ........fr]egr nu | mun er lægiasc miuks scalldu manra[un sli] | ca morlins boþe finna uestu i frægre f[rest]

The letters in brackets were read by earlier editors, especially Finnur Jónsson in 1889. For this section, we will discuss the text at the end of the second line and at the start of the third. It is clear that part of each word is missing, but the damaged manuscript forms a single feature. Text can be supplied from Finnur Jónsson’s transcription, but we want to represent the illegible text as a single feature, even if it overlaps with the middle of the two words. Note that in accordance with ch. 8.4 above, we do not encode the illegible characters with the <gap/> element, since there is no physical hole or the like in the parchment, but rather with the <unclear> element. Since the characters are illegible, they are rendered by the dotted circle. The simple encoding would be:


<w>manra<unclear>◌◌</unclear></w>
<w><unclear>◌◌</unclear><lb ed="ms" n="3"/>ca</w>

If the supplied text were encoded in the conventional way, the following would produce an error:


<!-- WRONG: -->
<w>manra<supplied resp="FJ">aun</w>
<!-- the processor stops here because this is not well-formed XML --> 
<w>sli</supplied><lb ed="ms" n="3"/>ca</w>

The <supplied> element, if used in its conventional way, would overlap with the <w> elements, meaning that the <w> element would close before an element inside it had closed. That would stop an XML processor from proceeding any further with the document.

In these guidelines, we offer two solutions to the problem of overlapping structures. The first is more complex, but more robust. The second is simpler, but is less machine-readable and may affect the validation of the document structure in other respects. Even so, we recommend the latter solution.

16.2.1 Linked segments

The following approach is more sound from the point of view of an XML document, but creates extra tagging. The feature is encoded in a series of separate elements, linked together.

In order to encode linked segments, the encoder should break the overlapping feature into parts which fit within the XML structure (usually within the word or dipl/facs/norm elements). Each part is identified using the @xml:id attribute, and they are linked together using the following attributes:

Attributes Contents
@xml:id Provides a unique identifier for the element bearing the attribute.
@next Used at the start and in the middle: an IDREF pointing to the element which marks the next tag of the same feature.
@prev Used in the middle and at the end: an IDREF pointing to the element which marks the previous tag of the same feature.

The two-word example above is encoded thus:


<w>man<supplied source="FJ" xml:id="sup1.1" next="sup1.2">raun
    </supplied></w>
  <w><supplied xml:id="sup1.2" prev="sup1.1">ſli</supplied>
    <lb ed="ms" n="3"/>ca</w>

Adding all three textual levels, including the unclear text encoded at the facs level, we would have:


<w>
  <choice>
    <me:facs>man<unclear xml:id="unc1.1" next="unc1.2">
      ◌◌◌◌◌◌◌◌</unclear></me:facs>
    <me:dipl>man<supplied source="FJ" xml:id="sup1.1" next="sup1.2">raun
      </supplied></me:dipl>
    <me:norm>manraun</me:norm>
  </choice>
</w>
<w>
  <choice>
    <me:facs><unclear xml:id="unc1.2" prev="unc1.1">ſli</unclear>
      <lb ed="ms" n="3"/>ca</me:facs>
    <me:dipl><supplied xml:id="sup1.2" prev="sup1.1">ſli</supplied>
      <lb ed="ms" n="3"/>ca</me:dipl>
    <me:norm>slí<lb ed="ms" n="3"/>ka</me:norm>
  </choice>
</w>

For the combination of the <unclear> element on the facs level and the <supplied > element on the dipl and norm levels, please see the encoding of ill. 9.9 in ch. 9.3.1.1. Note that we have simplified the example above by leaving out the @reason and @resp attributes.

It is recommended that the additional information for the feature (such as the editor responsible, type, etc.) be only included in the first element, but editors may wish to include the attributes in all elements.

Note that the start of a feature is always marked by the element with the @next attribute set, but not the @prev attribute; and the end by the element of the same name with the @prev attribute set but not the @next.

16.2.2 Boundary marking with empty elements

Another solution is to encode the beginning and end of a text span with empty elements. This method has been described in the TEI P5 Guidelines, ch. 20, and will be applied here in a slightly modified version. As outlined above, we have introduced a generic element <me:textSpan/> which is specified by way of a @me:category attribute. If, for example, the overlapping structure to be encoded is a piece of supplied text, this fact is expressed through the value of the @me:category attribute:


<me:textSpan me:category="supplied"/> 

Thus, all instances of supplied text in the file will either be contained in <supplied> elements (in non-overlapping contexts) or in <me:textSpan me:category="supplied"/> elements (in overlapping contexts).

In addition to inserting the empty <me:textSpan/> element at the beginning of the textual span, an attribute @spanTo is added with a suitable index, e.g.


<me:textSpan me:category="supplied" spanTo="an1"/> 

It now remains to mark the end of the span, i.e. the extent of the supplied text, with another empty element, the TEI <anchor/> element. This must be specified with an @xml:id attribute having the same index as the @me:spanTo attribute at the beginning of the span:


<anchor xml:id="an1"/> 

The full encoding will be like this:


<w>man<me:textSpan me:category="supplied" spanTo="an1"/>raun</w>
<w>ſli<anchor xml:id="an1"/><lb ed="ms" n="3"/>ca</w> 

Note that the value of @xml:id attribute must be unique within the whole document.

There is no simple answer to the problem of non-hierarchical structures in XML encoding. However, we believe that using empty elements as boundary markers may prove to be the simplest and most general encoding, and it is therefore the solution we recommend. With either technique, only one method should be used in each document.

16.3 Discontinuous headings

The element <head> is used for containing headings on all levels of the document. If the <head> element is used, it should be the first within its <div> element, preceding any <p> or <lg> elements. As stated in ch. 3.9 above, there can only be one <head> element within a <div>.

Unfortunately (at least from the point of view of the encoder), headings in many manuscripts are not located as a continuous stretch of text at the very beginning of the <div>, but they may be intercalated in the first line or at the end of several lines, including the previous <div> as well as the present. Below, we discuss two examples of discontinuous headings.

Ill. 16.2. Continuous heading. Landslǫg Magnúss Hákonarsonar. Holm Perg 34 4to, f. 10v, l. 4–7.

Ill. 16.2 is a straightforward example (which was introduced in ch. 3.9 above). The only thing to note is that the first chapter ends in the middle of line 5 and the next chapter begins immediately afterwards. Encoding this, there would be two <div> elements, the first closing after the word “loglegare”, and the second opening right afterwards, starting with a <head> element, which encloses the red rubric. Note that the <lb/>element is only used once here, and that is to mark the beginning of the line, i.e. inside the first <div> element.


<div>
    . . .
  <p> 
    <lb ed="ms" n="4"/>ok þeir er með honom samþyckia nema kononge með hinna vitrazto manna
    <lb ed="ms" n="5"/>raðe litizt annat loglegare
  </p>
</div>
<div>
  <head>Um grið a frosta þingj Capitulus</head>
    <p>
      <lb ed="ms" n="6"/><c type="initial">A</c>ller þeir menn sem J frosto þings logum 
        ok for ero skulu J griðum 
      <lb ed="ms" n="7"/>vera hvær við annan þar til er þeir koma heim til sins hæimi
    </p>
    . . .
</div>

A suitable XSLT stylesheet will be able to display this piece of text according to its physical order,

3 ...............................
4 ok þeir er með honom samþyckia nema kononge með hinna vitrazto manna
5 raðe litizt annat loglegare Um grið a frosta þingj Capitulus
6 Aller þeir menn sem J frosto þings logum ok for ero skulu J griðum
7 vera hvær við annan þar til er þeir koma heim til sins hæimi
8 ..............................

as well as its logical structure, by displaying the rubric on a separate line, but otherwise in the same order as above:

3 ...............................
4 ok þeir er með honom samþyckia nema kononge með hinna vitrazto manna
5 raðe litizt annat loglegare
5 Um grið a frosta þingj Capitulus
6 Aller þeir menn sem J frosto þings logum ok for ero skulu J griðum
7 vera hvær við annan þar til er þeir koma heim til sins hæimi
8 ..............................

Note that in the latter display, the line number 5 appears twice, since the last part of this line, the rubric, has been displayed on a separate line.

Ill. 16.3. Dislocated heading. The Old Norwegian Homily Book. AM 619 4to, f. 47r, l. 14–17.

The chapter division between lines 15 and 16 in ill. 16.3 is not completely straightforward. The rubric in the second half of line 16 should be encoded as a <head> in the second <div> of the example. The complicating factor here is that we would like to encode (and be able to display) the fact that this rubric is located on the same line as the opening of the <div> which it is heading. In other words, if the manuscript is read line by line, the <head> is intercalated in the first sentence, “Salomon konungr gerðe fyrst || Rubric || mysteri guði...”. Our recommended encoding would be the following:


<div>
   . . .
  <p> 
    <lb ed="ms" n="14"/>ge gefen utan enda við miscunn drotens várs Iesu Crist þes er lifir
    <lb ed="ms" n="15"/>ok rikir með fæðr ok hælgum anda æin guð utan enda ameɴ.
  </p>
</div>
<div>
  <head><lb ed="ms" n="16" rend="2"/>Jn dedicatione templi. sermo.</head>
    <p>
      <lb ed="ms" n="16" rend="1"/><c type="initial">S</c>alomon konungr gerðe fyrst 
      <lb ed="ms" n="17"/>mysteri guði. ok bauð lyð ſinum at halda hotið þa er
    </p>
     . . .
</div>

In this encoding, the rubric is located correctly within the second <div> of the example, and the fact that it is physically located to the left of the beginning of the chapter text is indicated by the @rend attribute to the <lb/> element. Since the first part of line 16 contains the beginning of the text in the second <div> and the second part of the line contains the rubric which logically precedes the text, both parts should be specified with a <lb/> element with attributes for line number, ‘n="16"’, and for their physical order, ‘rend="1"’ and ‘rend="2"’. The @rend attributes are needed to indicate that in spite of both parts being located on the same line, “Salomon konungr gerðe fyrst”, is rendered first and “In dedicatione templi. sermo.” is rendered second. These @rend attributes were not needed in the previous example, since there was no conflict between the logical and physical order.

Note that the values for the @rend attribute always begin with 1 and continue upwards, but usually not to a higher number than 3. Since our recommended encoding gives priority to the logical order of the text, the numbering of the @rend attribute is needed to specify the physical order of the parts when there is a conflict between the logical and physical order – in this case that the <head> is located in the second part of line 16, not in the first part of the line, which one might expect from a logical point of view.

A suitable XSLT stylesheet will be able to display this piece of text according to its physical order:

13 ...............................
14 ge gefen utan enda við miscunn drotens várs Iesu Crist þes er lifir
15 ok rikir með fæðr ok hælgum anda æin guð utan enda ameɴ.
16 Salomon konungr gerðe fyrst Jn dedicatione templi. sermo.
17 mysteri guði. ok bauð lyð ſinum at halda hotið þa er
18 ..............................

Alternatively, a suitable stylesheet will be able to display this piece of text according to its logical order:

13 ...............................
14 ge gefen utan enda við miscunn drotens várs Iesu Crist þes er lifir
15 ok rikir með fæðr ok hælgum anda æin guð utan enda ameɴ.
15 Jn dedicatione templi. sermo.
16 Salomon konungr gerðe fyrst
17 mysteri guði. ok bauð lyð ſinum at halda hotið þa er
18 ..............................

Ill. 16.4. Discontinuous and dislocated heading. Landslǫg Magnúss Hákonarsonar. Holm Perg 34 4to, fol. 52r, lines 2–5.

The next example, ill. 16.4, is somewhat more complicated. Here, the rubric extends over two lines, beginning at the end of line 3 and continuing at the end of line 4. (Note that the first line in the illustration is line number 2). Furthermore, the word “skips|brotzmanna” is divided between lines 3 and 4. Like in the previous example, we use the @rend attributes to specify the physical order of the parts when they are at odds with the logical order of the text. In this case, the conflict applies to the two parts of line 4:


<div>
    . . .
  <p> 
    <lb ed="ms" n="2"/>nema suo sem aðr var sagt En ef meira høggr bøte markar
    <lb ed="ms" n="3"/>spell ok landnam landz drottne nema hann lofe
  </p>
</div>
<div>
  <head><w>Um</w> <w>dugnad</w> <w>skips
    <lb ed="ms" n="4" rend="2"/>brotz manna</w></head>
    <p>
      <lb ed="ms" n="4" rend="1"/><c type="initial">N</c>v þarf skip upp at setia skere
        styri maðr <add>boð upp</add>
      <lb ed="ms" n="5"/>suo viða at þeir verði full aflla til upp at setia ok vt 
    </p>
     . . .
</div> 

In this simplified example, the element <w> has only been used in the <head>, so as to illustrate the fact that the word “skips|brotzmanna” is divided over two lines. Since there is no hyphen in the manuscript, our recommended encoding of this particular word would be:


<w>skips<lb ed="ms" n="4" rend="2"/>brotz manna</w>

See ch. 5.5 above for the encoding of hyphenation, including cases where there are no hyphens in the manuscript.

Once again, our stylesheet should be able to display the text according to its physical order, like here,

1 ...............................
2 nema suo sem aðr var sagt En ef meira høggr bøte markar
3 spell ok landnam landz drottne nema hann lofe Um dugnad skips-
4 Nv þarf skip upp at setia skere styri maðr \boð upp/ brotz manna
5 suo viða at þeir verði full aflla til upp at setia ok vt
6 ..............................

as well as according to its logical order:

1 ...............................
2 nema suo sem aðr var sagt En ef meira høggr bøte markar
3 spell ok landnam landz drottne nema hann lofe
3 Um dugnad skips-
4 brotz manna
4 Nv þarf skip upp at setia skere styri maðr \boð upp/
5 suo viða at þeir verði full aflla til upp at setia ok vt
6 ..............................

When double (or even triple) numbering of line beginnings is used in a transcription, one should make sure that any automatic numbering program that is run on the <lb/> elements is set up not to override manually given numbers.

16.4 Dialogue across hierarchical boundaries

In many cases, dialogue can be quite long-winded, and it may cross boundaries such as the <s> element (dividing the text into sentences) or even one or more <div> elements (dividing the text into chapters). An extreme example is Gylfaginning, which is written as a dialogue with unusually long turns, many covering several chapters. To a lesser extent, the same applies to works like Konungs skuggsjá and Barlaams saga ok Jósafats. In these and many other works, the standard <q> element will create conflicts with other and probably more important hierarchical divisions of the text.

Since the encoding of dialogue belongs primarily on the normalised level, we suggest that it can be encoded using the general <milestone/> element as a work-around. As stated in ch. 3.11 above, the <milestone/> element can be specified with the @unit and @rend attributes:

Element and attributes Obl/Opt Contents
<milestone/> Marks any break in the transcription. Attributes include:
@unit Obligatory Indicates the type of break, such as ‘turn’ (in dialogues) or more generally, ‘segment’ or ‘section’.
@rendition Optional Indicates how the break should be rendered. In the case of dialogues, ‘opening-quote’ and ‘closing-quote’ are appropriate.

As suggested in ch. 3.11 this would be a valid encoding:


<s>Eyvindr sagðisk eigi mundu brott undan ríða, 
<milestone unit="turn" rendition="opening-quote"/>því at ek veit eigi hverir þessir eru.</s>
<s>Mundi þat mǫrgum manni hlǿgiligt þykkja ef ek renn at ǫllu úreyndu.</s><milestone 
unit="turn" rendition="closing-quote"/>

In this example, it is the division of the text in the <s> elements that would create a conflict with a <q> element. The former element has been given priority, and the <milestone/> element has been used as a work-around.

16.5 Rendition encoding

When a text has been encoded with the <w> element for every word, conflicts sometimes arise between the division into words and several of the elements used to describe fragmentation, uncertainty, scribal intervention and the like (discussed in ch. 8 and ch. 9 above).

As an example, we shall use a missing passage of text which begins in one word and ends in another. The brackets mark the beginning and end of the passage:

This is an exa[mple of a miss]ing passage

In an encoding using the <w> element for each word, it is not possible to open an element where the first bracket is located and close it in the second bracket, since there will be a conflict of overlapping structures. The simplest, although most verbose, solution is to encode each word separately, i.e. either

This is an exa[mple] [of] [a] [miss]ing passage

or slightly less verbose

This is an exa[mple] [of a] [miss]ing passage

The encoding suggested in this subchapter is a simplified version of 16.2.1 above, in the sense that the linking is not expressed by way of IDREF pointing but by way of the @rendition attribute. It is a robust solution and it has been successfully implemented in the display of the Menota archive. More advanced stylesheets may be developed that can replace this solution, but for now this is our offer for any texts that should be displayed in the Menota archive, using the Corpuscle application.

The solution is dependent on the intended display of the text, of which there are two types, rendering by single-characters and rendering by opening & closing signs.

16.5.1 Display by rendering of single characters

This is a type of display where every character is rendered in a specific way, and there are no opening or closing signs. This applies to e.g. the display of <unclear> text, which typically is displayed by subpunction of each character or, as suggested here, by grey colouring. See ch. 8.4.2 above. If this kind of display is chosen, no additional encoding is needed.

According to the display recommended in this handbook, this solution is appropriate for the following elements:

Elements Display
<gap/> If there is an estimate of the size of the gap, by a number of spaces, cf. ch. 8.2.2.
<space/> If there is an estimate of the size of the space, by a number of spaces, cf. ch. 8.3.2.
<unclear> By grey colouring, cf. ch. 8.4.2.

Ill. 16.5. Unclear text. Konungs skuggsjá. NRA 58C, f. 1rA, 24–27.

The two bottom lines in ill. 16.5 contains a passage of unclear text. As stated in ch. 9.3.1.1 above, while the facsimile level should record the text “as is” and the normalised level should offer a restored text, if possible, the diplomatic level may follow either of these two models. In this example, it follows the facsimile encoding in not making any restoration of the text, leaving the <supplied> element to the normalised level.


. . .
<w>
  <choice>
    <me:facs><c type="initial">Ð</c>o a&trot;</me:facs>
    <me:dipl>Ðo at</me:dipl>
    <me:norm>Þóat</me:norm>
  </choice>
</w>
<w>
  <choice>
    <me:facs>ꝩıꞇ</me:facs>
    <me:dipl>vit</me:dipl>
    <me:norm>vit</me:norm>
  </choice>
</w>
<w>
  <choice>
    <me:facs>&slongklig;ıl<unclear>ꝺım</unclear></me:facs>
    <me:dipl>skil<unclear>dim</unclear></me:dipl>
    <me:norm>skyldim</me:norm>
  </choice>
</w>
<w>
  <choice>
    <me:facs><unclear>◌◌◌◌◌</unclear></me:facs>
    <me:dipl><unclear>◌◌◌◌◌</unclear></me:dipl>
    <me:norm><supplied reason="restoration" resp="Holm-Olsen, 1983">
      fleira</supplied></me:norm>
  </choice>
</w>
<w>
  <choice>
    <me:facs>um</me:facs>
    <me:dipl>um</me:dipl>
    <me:norm>um</me:norm>
  </choice>
</w>
<w>
  <choice>
    <me:facs>þeſ<lb ed="ms" n="27"/>se</me:facs>
    <me:dipl>þes<lb ed="ms" n="27"/>se</me:dipl>
    <me:norm>þes<lb ed="ms" n="27"/>si</me:norm>
  </choice>
</w>
. . .

See the Menota archive, NRA 58C, f. 1r, col. A, l. 27, for a display of this encoding.

16.5.2 Display by opening and closing signs

This is a type of display where the beginning of the passage is displayed by an opening sign and the end by a closing sign. As long as the passage does not cross any word boundary, no additional encoding is used. If it does, we recommend using the @rendition attribute with the ‘first’, ‘middle’ and ‘last’ values.

According to the display recommended in this handbook, this solution is appropriate for the following elements:

Elements Display
<add> By insertion signs, cf. ch. 9.2.1.2.
<del> By vertical bars with quill, cf. ch. 9.2.2.2.
<supplied> By square brackets or by open angle brackets, ch. 9.3.1.3.
<surplus> By curly brackets, ch. 9.3.2.2.

In the next passage in fig 16.5, we can hardly read all the words. Beginning at the end of the next but last line, we can read

um þes|se lond .................. þau þo

In the following encoding, the three words “rǿða þá eru” have been supplied on the normalised level, but this sequence is left out on the facsimile and diplomatic level. However, based on the supplied text on the normalised level, the encoder has inserted them as three words in <w> elements. These words have been given the @rendition attribute.


. . .
<w>
  <choice>
    <me:facs>um</me:facs>
    <me:dipl>um</me:dipl>
    <me:norm>um</me:norm>
  </choice>
</w>
<w>
  <choice>
    <me:facs>þeſ<lb ed="ms" n="27"/>se</me:facs>
    <me:dipl>þes<lb ed="ms" n="27"/>se</me:dipl>
    <me:norm>þes<lb ed="ms" n="27"/>si</me:norm>
  </choice>
</w><w>
  <choice>
    <me:facs>lonꝺ</me:facs>
    <me:dipl>lond</me:dipl>
    <me:norm>lǫnd</me:norm>
  </choice>
</w>
<w>
  <choice>
    <me:facs><unclear>◌◌◌◌</unclear></me:facs>
    <me:dipl><unclear>◌◌◌◌</unclear></me:dipl>
    <me:norm><supplied reason="restoration" resp="Holm-Olsen, 1983" 
      rendition="first">rǿða</supplied></me:norm>
  </choice>
</w>
<pc>
  <choice>
    <me:facs></me:facs>
    <me:dipl></me:dipl>
    <me:norm>,</me:norm>
  </choice>
</pc>	
<w>
  <choice>
    <me:facs><unclear>◌◌</unclear></me:facs>
    <me:dipl><unclear>◌◌</unclear></me:dipl>
    <me:norm><supplied reason="restoration" resp="Holm-Olsen, 1983" 
      rendition="middle">þá</supplied></me:norm>
  </choice>
</w>
<w>
  <choice>
    <me:facs><unclear>◌◌◌</unclear></me:facs>
    <me:dipl><unclear>◌◌◌</unclear></me:dipl>
    <me:norm><supplied reason="restoration" resp="Holm-Olsen, 1983" 
      rendition="last">eru</supplied></me:norm>
  </choice>
</w>
<w>
  <choice>
    <me:facs>þau</me:facs>
    <me:dipl>þau</me:dipl>
    <me:norm>þau</me:norm>
  </choice>
</w>
<w>
  <choice>
    <me:facs>þo</me:facs>
    <me:dipl>þo</me:dipl>
    <me:norm>þó</me:norm>
  </choice>
</w>
. . .

It should be pointed out that the EpiDoc project has developed a template to its XSLT stylesheet which ensures that brackets or similar signs are not displayed more than once in such cases, see Editorial restoration: Segmented or adjacent lacunae.