Tests p:document with an absolute uri in @href
Test ab-p-document001.xml is expected to pass.
It requires the following features: webaccess.
<p:declare-step xmlns:p="http://www.w3.org/ns/xproc" version="3.0">
<p:output port="result"/>
<p:identity>
<p:with-input>
<p:document href="http://xproc.org"/>
</p:with-input>
</p:identity>
</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://www.w3.org/1999/xhtml" prefix="html"/>
<s:pattern>
<s:rule context="/">
<s:assert test="html:html/html:head/html:title='XProc - Home'">Element hmtl/head/title is not 'XProc - Home'.</s:assert>
</s:rule>
</s:pattern>
</s:schema>
Changed expected document title due to change of website.
Added attribute 'queryBinding' to schematron's schema.
Changed test as a consequence of the new title of xproc.org.
Change target for http-request to xproc.org.
Some new tests.