srophe / britishLibrary

Copy of the Srophe application for British Library MSS
GNU General Public License v3.0
0 stars 2 forks source link

Updated xpath for displaying the volume and page number of each entry #344

Closed wlpotter closed 5 months ago

wlpotter commented 5 months ago

@wsalesky during some normalizations, it looks like we changed the xpath to Wright's volume and page number.

This should now be /TEI/teiHeader/fileDesc/sourceDesc/msDesc/additional/listBibl/bibl/citedRange[@unit="p"] or, for multi-part /TEI/teiHeader/fileDesc/sourceDesc/msDesc/msPartadditional/listBibl/bibl/citedRange[@unit="p"]

(previously the citedRange @unit was "pp")

This is dispayed in the header/info box between the entry number and the Archive.org icon

wsalesky commented 5 months ago

Fixed here: https://github.com/srophe/britishLibrary/pull/348