Tests p:namespace-rename
Test ab-namespace-rename-001.xml is expected to pass.
<p:declare-step xmlns:p="http://www.w3.org/ns/xproc" version="3.0">
<p:input port="source"/>
<p:output port="result"/>
<p:namespace-rename from="http://www.w3.org/ns/xproc" to="http://example.com/to"/>
</p:declare-step>
<p:declare-step xmlns:p="http://www.w3.org/ns/xproc" version="3.0">
<p:input port="source"/>
<p:output port="result"/>
<p:namespace-rename from="http://www.w3.org/ns/xproc" to="http://example.com/to"/>
</p:declare-step>
<s:schema xmlns="http://www.w3.org/1999/xhtml" xmlns:s="http://purl.oclc.org/dsdl/schematron" queryBinding="xslt2">
<s:ns uri="http://example.com/to" prefix="p"/>
<s:pattern>
<s:rule context="/">
<s:assert test="p:declare-step">The root element is not Q{http://example.com/to}declare-step.</s:assert>
<s:assert test="p:declare-step/@version">Root element does not have an attribute "version" in no namespace.</s:assert>
<s:assert test="p:declare-step/p:input">Root element does not have a child Q{http://example.com/to}input.</s:assert>
<s:assert test="p:declare-step/p:output">Root element does not have a child Q{http://example.com/to}output.</s:assert>
<s:assert test="p:declare-step/p:namespace-rename">Root element does not have a child Q{http://example.com/to}namespace-rename.</s:assert>
</s:rule>
</s:pattern>
</s:schema>
Added attribute 'queryBinding' to schematron's schema.
Ported tests for p:namespace-rename