tests.core.rule-context-root-01.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of schematron-conformance Show documentation
Show all versions of schematron-conformance Show documentation
Schematron conformance tests
The newest version!
<testcase xmlns="tag:[email protected],2019:Schematron:Testsuite" id="rule-context-root-01" expect="invalid"> <label>Context node is the root node</label> <reference>ISO Schematron 2016: Annex C clause 2 (xslt), Annex H clause 2 (xslt2)</reference> <documents> <primary filename="document.xml"> <root/> </primary> </documents> <schemas> <sch:schema xmlns:sch="http://purl.oclc.org/dsdl/schematron"> <sch:pattern> <sch:rule context="/"> <sch:assert test="false()"/> </sch:rule> </sch:pattern> </sch:schema> </schemas> </testcase>