JATS-0046-001

Rule Overview

Message

xlink:href attribute "@xlink:href" should contain a valid URI and should not contain any space or backslash (\) characters

Rule XPath:

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

not(@xlink:href) or ((@xlink:href castable as xs:anyURI) and not(matches(@xlink:href, '[\s\\]')))