Closed wlpotter closed 1 year ago
Example record: https://bl.vuexistapps.us/manuscript/1 (see also https://bl.vuexistapps.us/manuscript/100) Compare to https://bl.vuexistapps.us/manuscript/10
The "manuscript info" section of the msParts do not currently display the hand/script, material, form, and folio extent correctly.
The two parts of https://bl.vuexistapps.us/manuscript/1 currently have an empty line; the parts of https://bl.vuexistapps.us/manuscript/100 have:
" (multiple hands) ܀ "
Should be (using part 1 of record 100):
"Estrangela script (multiple hands) ܀ Parchment Codex, 49 leaves"
Xpaths:
/TEI/teiHeader/fileDesc/sourceDesc/msDesc/msPart/physDesc/handDesc/handNote/@script
/TEI/teiHeader/fileDesc/sourceDesc/msDesc/msPart/physDesc/handDesc/handNote
/TEI/teiHeader/fileDesc/sourceDesc/msDesc/msPart/physDesc/objectDesc/supportDesc/@material
/TEI/teiHeader/fileDesc/sourceDesc/msDesc/msPart/physDesc/objectDesc/@form
/TEI/teiHeader/fileDesc/sourceDesc/msDesc/msPart/physDesc/objectDesc/supportDesc/extent/measure/@quantity
This is app version 2.14
Fixed: https://github.com/srophe/britishLibrary/pull/191
Example record: https://bl.vuexistapps.us/manuscript/1 (see also https://bl.vuexistapps.us/manuscript/100) Compare to https://bl.vuexistapps.us/manuscript/10
The "manuscript info" section of the msParts do not currently display the hand/script, material, form, and folio extent correctly.
The two parts of https://bl.vuexistapps.us/manuscript/1 currently have an empty line; the parts of https://bl.vuexistapps.us/manuscript/100 have:
" (multiple hands) ܀ "
Should be (using part 1 of record 100):
"Estrangela script (multiple hands) ܀ Parchment Codex, 49 leaves"
Xpaths:
/TEI/teiHeader/fileDesc/sourceDesc/msDesc/msPart/physDesc/handDesc/handNote/@script
/TEI/teiHeader/fileDesc/sourceDesc/msDesc/msPart/physDesc/handDesc/handNote
is more than one/TEI/teiHeader/fileDesc/sourceDesc/msDesc/msPart/physDesc/objectDesc/supportDesc/@material
/TEI/teiHeader/fileDesc/sourceDesc/msDesc/msPart/physDesc/objectDesc/@form
/TEI/teiHeader/fileDesc/sourceDesc/msDesc/msPart/physDesc/objectDesc/supportDesc/extent/measure/@quantity
+ label of "leaves" (or "leaf" if only 1)This is app version 2.14