srophe / britishLibrary-data

GNU General Public License v3.0
0 stars 3 forks source link

Batch remove but preserve data from child elements in tei:title, tei:bibl, tei:persName, tei:placeName, tei:ref #1524

Open davidamichelson opened 4 months ago

davidamichelson commented 4 months ago

@wlpotter It appears that we need to take a similar but not identical approach to child element data in tei:bibl, tei:persName, tei:placeName, tei:ref as we do to tei:title. A few elements in each will be preserved (such as tei:foreign) but we will remove all tei:title, tei:bibl, tei:persName, tei:placeName, tei:ref that occur inside of tei:title, tei:bibl, tei:persName, tei:placeName, tei:ref.

We will want to preserve this data with URIs and xpaths for later use.

Let's work on this on Friday.

wlpotter commented 1 week ago

Possible duplicate with #1512 ?