All Downloads are FREE. Search and download functionalities are using the official Maven repository.

tests.core.xslt-key-01.xml Maven / Gradle / Ivy

The newest version!
<testcase xmlns="tag:[email protected],2019:Schematron:Testsuite" expect="valid" id="xslt-key-01">
  <label>The XSLT key element may be used before the pattern elements</label>
  <reference>ISO Schematron 2020: Annex C Clause 10 (xslt), Annex H Clause 11 (xslt2), Annex J Clause 11 (xslt3)</reference>
  <documents>
    <primary filename="document.xml">
      <document xmlns=""/>
    </primary>
  </documents>
  <schemas>
    <sch:schema xmlns:sch="http://purl.oclc.org/dsdl/schematron">
      <xsl:key xmlns:xsl="http://www.w3.org/1999/XSL/Transform" name="index" match="*" use="'key'"/>
      <sch:pattern>
        <sch:rule context="/">
          <sch:assert test="count(key('index', 'key')) > 0"/>
        </sch:rule>
      </sch:pattern>
    </sch:schema>
  </schemas>
</testcase>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy