Test p:add-xml-base with all=true.
Test nw-add-xml-base-002.xml is expected to pass.
<p:declare-step xmlns:err="http://www.w3.org/ns/xproc-error" xmlns:p="http://www.w3.org/ns/xproc" version="3.0">
<p:output port="result"/>
<p:add-xml-base all="true" relative="false">
<p:with-input href="../documents/doc-with-entities.xml"/>
</p:add-xml-base>
</p:declare-step>
<s:schema xmlns="http://www.w3.org/1999/xhtml" xmlns:err="http://www.w3.org/ns/xproc-error" xmlns:s="http://purl.oclc.org/dsdl/schematron" queryBinding="xslt2">
<s:pattern>
<s:rule context="/">
<s:assert test="book">Root element is not 'book'.</s:assert>
<s:assert test="ends-with(book/@xml:base, '/documents/doc-with-entities.xml')">Document element base URI doesn’t have the correct suffix</s:assert>
<s:assert test="ends-with(book/preface/@xml:base, '/documents/doc-with-entities.xml')">Preface element base URI doesn’t have the correct suffix</s:assert>
<s:assert test="ends-with(book/chapter[@label='1']/@xml:base, '/documents/subdir/chap1.xml')">First chapter base URI doesn’t have the correct suffix</s:assert>
<s:assert test="ends-with(book/chapter[@label='2']/@xml:base, '/documents/chap2.xml')">Second chapter base URI doesn’t have the correct suffix</s:assert>
</s:rule>
</s:pattern>
</s:schema>
Created test for p:add-xml-base.