DigitalLatin / viewer

HTML Document viewer for DLL editions
GNU Affero General Public License v3.0
8 stars 4 forks source link

Nested apps #12

Closed sjhuskey closed 8 years ago

sjhuskey commented 8 years ago

The viewer seems to be having some trouble with nested apps. See 2.63, for example.

The code is `

saepe cadit festis devota devecta Parilibus paliribus palilibus agna.
                            <rdg wit="#ε #e #d #c #Nordh.">perfundens aras divorum sanguine
                                largo</rdg>
                        </app></l>`

The viewer is treating the readings on the same level.

hcayless commented 8 years ago

Not quite fixed in 7121795, but improved. Nested app info is now repeated. Also not sure this is quite the right way to encode that entry, but this is a legitimate issue, so I'd like to fix it before fixing the markup.

sjhuskey commented 8 years ago

See also 3.18. Lots of nesting. Perhaps it should be encoded differently, but I'm not sure how to represent it.

Code: `

quavis quamvis contentus contetus contendis contemptus abibo adhibo
                            <rdg source="#Leo #Fritzsche" xml:id="rdg3.18quamvis">quamvis
                                contemptus adibo</rdg>
                            <note target="rdg3.18quamvis">Leo (l.l. p. 617) Fritzche (De Calp.
                                ecl. I–III Schwerin 1903 p.14)</note>
                        </app>`
hcayless commented 8 years ago

Should be fixed