I have an instance where ADE seems to get the title "right", but calibre - add book gets it "wrong" - because it uses the dc:title field ? the correct title in this instance is the one in the dc:identifier field.
I assume there's a spec somewhere of how these fields are supposed to be used. where
should the correct title be ?
Code:
<package xmlns="http://www.idpf.org/2007/opf" unique-identifier="DeathsHeadMaximumOffence" version="1.0">
<metadata xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:opf="http://www.idpf.org/2007/opf">
<dc:title>Death's Head</dc:title>
<dc:creator opf:file-as="David Gunn" opf:role="aut">David Gunn</dc:creator>
<dc:publisher>Transworld</dc:publisher>
<dc:identifier id="DeathsHeadMaximumOffence" opf:scheme="isbn">9781407037684</dc:identifier>