ilrt / Beyond2022TeiTemplate

Work on creating a template for the TEI/XML that will be used in the Medieval Gold Seam and other seams
2 stars 0 forks source link

Is the title sufficient for the database? #16

Closed MikeJ1971 closed 3 years ago

MikeJ1971 commented 3 years ago

Is the title provided in the file description sufficient for the database?

<title>Receipt Roll of the Irish Exchequer for 29 and 30 Edward I (The National Archives, E 101)</title>

This is an XPath query to get the database. We normalize the space as the title might be wrapped over several lines:

//teiHeader/fileDesc/titleStmt/title/normalize-space(text())
crooksp commented 3 years ago

yes that will work

pdryburgh commented 3 years ago

Would we not what the full document reference here, not simply "E 101"?

Receipt Roll of the Irish Exchequer for 29 and 30 Edward I (The National Archives, E 101/233/16)
MikeJ1971 commented 3 years ago

I'll update the example.

MikeJ1971 commented 3 years ago

Example updated.