JATS-0049-003

Rule Overview

Message

month should be consistent between month element and iso-8601-date attribute

Rule XPath:

This rule ASSERTS the following, raising an alert if FALSE:

not(matches(@iso-8601-date, '^\d{4}-\d{2}') and month) or (number(substring(@iso-8601-date, 6, 2)) = number(month))