Closed ChiaraDipi closed 4 years ago
Critical note is note rendered as expected:
<note n="14" type="Critical" xml:id="LC_note_1">om. Dd</note>
Maybe is because in the the encoded text there are multiple <ptr/>s pointing to the same critical note.
<ptr/>
[Reported by @RobertoRDT ]
The problem is in the encoding: the @type value should be lowercase:
@type
<note n="14" type="critical" xml:id="LC_note_1">om. Dd</note>
We can eventually add the support for any spelling.
Critical note is note rendered as expected:
Maybe is because in the the encoded text there are multiple
<ptr/>
s pointing to the same critical note.[Reported by @RobertoRDT ]