EDIorg / ecocomDP

A dataset design pattern and R package for ecological community data.
https://ediorg.github.io/ecocomDP/
Other
32 stars 13 forks source link

Ensure that dataset/title does not use the <value> element #59

Closed mobb closed 4 years ago

mobb commented 5 years ago

dataset/title is mixed case. The canonical title goes at this xpath: eml:eml/dataset/title

this xpath is for alternate titles, e.g., in other languages (and it also should have the lang="" attr) eml:eml/dataset/title/value

alternate-language titles are customizations. they are not covered in EML BP (see the schema docs, though). they are not likely to be in EMLprofile

clnsmth commented 4 years ago

This issue was fixed when branch fix_67 was merged with master (see 3d4f7bc3867c7a88230dfa65a09c9975a009ef38).