nw-mport-001

Test circular imports.

Test nw-import-001.xml is expected to pass.

The pipeline


<p:declare-step xmlns:p="http://www.w3.org/ns/xproc" xmlns:test="http://test" version="3.0">
   <p:import href="../pipelines/nw-import-001-lib1.xpl"/>
   <p:output port="result"/>
   <test:join1/>
   <p:wrap-sequence wrapper="wrapper"/>
</p:declare-step>
MorganaXProc passing XML Calabash failing

Schematron validation


<s:schema xmlns="http://www.w3.org/1999/xhtml" xmlns:s="http://purl.oclc.org/dsdl/schematron" queryBinding="xslt2">
   <s:ns prefix="ex" uri="http://example.com/sample"/>
   <s:pattern>
      <s:rule context="/">
         <s:assert test="wrapper">The pipeline root is not “wrapper”.</s:assert>
      </s:rule>
      <s:rule context="wrapper">
         <s:assert test="one">There’s no “one” element.</s:assert>
         <s:assert test="two">There’s no “two” element.</s:assert>
         <s:assert test="two/preceding-sibling::one">The “two” document precedes the “one” document.</s:assert>
         <s:assert test="count(one)=1">There’s more than one “one”.</s:assert>
         <s:assert test="count(two)=1">There’s more than one “two”.</s:assert>
      </s:rule>
   </s:pattern>
</s:schema>

Revision history

10 Jun 2021, Achim Berndzen

Added attribute 'queryBinding' to schematron's schema.

13 Jul 2019, Norman Walsh

Initial publication