Marginal Notes (Marginalia)
The <note>
element is used to tag marginal notes, as well as footnotes and endnotes. The @place
attribute can take the values right
and left
, which specify the position of the marginal note in relation to the text area.
<note place="right">[marginalia to the right of the text]</note> <note place="left">[marginalia to the left of the text]</note>
Marginalia to the right of the text (@place="right"
) are transcribed immediately after the line they are on a level with, while marginalia to the left of the text (@place="left"
) are transcribed immediately before the line they are on a level with.
Encoding of Marginalia at the Left Margin
Encoding of Marginalia at the Right Margin
If a marginalia is located on the left margin directly at the beginning of a new paragraph, it will be displayed within the <p>
-element.
Encoding of Marginalia at the Beginning of a New Paragraph
If a marginal note has been assigned to the text, it is possible (level 3) to reproduce this reference in the same way as for the tagging of end notes. The marginal note is transcribed as described above. The <note>
element, which encloses the marginal, contains a @n
attribute, which receives the reference mark of the marginal note. The corresponding reference mark in the text is enclosed with an untyped <note>
element. Both <note>
elements are linked with each other with @xml:id
and @corresp
(see chap. 4.2.2).
<p> [text beginning of line] <note n="[reference]" xml:id="[ID-reference]" corresp="#[ID-marginal note]"/> [text end of line] <note place="right" n="[reference]" xml:id="[ID-marginal note]" corresp="#[ID-reference]">[marginal note]</note>