Message
The Issue XML should have a reference to this article tagged in the toc using issue-article-meta
including DOI "$doi" and file reference "$href".
The Issue XML should have a reference to this article tagged in the toc using issue-article-meta
including DOI "$doi" and file reference "$href".
This rule ASSERTS the following, raising an alert if FALSE:
let $doi := article-id[@pub-id-type = 'doi'] returnlet $href := concat(replace($filename, '_J.xml', '/', 'i'), $filename) returnlet $IssueFile := local:issue-xml(., $IssueFileXml, $IssueFileUri) returnnot(exists($IssueFile)) or $IssueFile//issue-article-meta[article-id[@pub-id-type
= 'doi'][. = $doi] and self-uri[@content-type = 'jats'][@xlink:href = $href] ]