ilrt/Beyond2022TeiTemplate

Is the title sufficient for the database?

Closed this issue · 4 comments

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())

yes that will work

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

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

I'll update the example.

Example updated.