Conal-Tuohy / swinburne

Algernon Charles Swinburne website
4 stars 0 forks source link

xinclusion of -md.xml files brings in a bogus sourceDesc #3

Closed Conal-Tuohy closed 3 years ago

Conal-Tuohy commented 3 years ago

e.g. acs0000001-01-i000.xml contains this xinclude:

<xi:include href="metadata/acs0000001-01-i000-md.xml"
   xpointer="xmlns(tei=http://www.tei-c.org/ns/1.0) xpath(/tei:TEI/tei:teiHeader/tei:fileDesc/*)">
   <xi:fallback>inclusion of fileDesc from metadata/acs0000001-01-i000-md.xml failed</xi:fallback>
</xi:include>

... but this includes the following fileDesc/sourceDesc:

<sourceDesc>
    <p>This TEI/XML document is the original source.</p>
</sourceDesc>
Conal-Tuohy commented 3 years ago

closed since this is the same as issue #7 which is now also closed