evt-project / evt-builder

Edition Visualization Technology 1 - XSLT Builder
GNU General Public License v2.0
14 stars 5 forks source link

Wrong layout critical note #5

Closed ChiaraDipi closed 4 years ago

ChiaraDipi commented 4 years ago

Critical note is note rendered as expected:

<note n="14" type="Critical" xml:id="LC_note_1">om. Dd</note>

immagine (1)

Maybe is because in the the encoded text there are multiple <ptr/>s pointing to the same critical note.

[Reported by @RobertoRDT ]

ChiaraDipi commented 4 years ago

The problem is in the encoding: the @type value should be lowercase:

<note n="14" type="critical" xml:id="LC_note_1">om. Dd</note>

We can eventually add the support for any spelling.