Test that the xml: prefix works, #258.
Test xmlnt-010.xml is expected to pass.
<p:declare-step xmlns:cx="http://xmlcalabash.com/ns/extensions" xmlns:p="http://www.w3.org/ns/xproc" name="main" version="3.0">
<p:output port="result" sequence="true"/>
<p:load href="../documents/xmlnt/xmlid.xml" parameters="map { 'cx:xmlnt': true() }"/>
</p:declare-step>
<s:schema xmlns:s="http://purl.oclc.org/dsdl/schematron" queryBinding="xslt2">
<s:pattern>
<s:rule context="/">
<s:assert test="doc">The root is wrong.</s:assert>
<s:assert test="doc/@xml:id = 'test'">The xml:id is wrong.</s:assert>
</s:rule>
</s:pattern>
</s:schema>
Created test.