load 005 (AB)

Testing p:load: Fails because no grammar available.

Test is expected to fail with error code err:XD0023.

The pipeline

<p:declare-step xmlns:err="http://www.w3.org/ns/xproc-error"
                xmlns:p="http://www.w3.org/ns/xproc"
                xmlns:t="http://xproc.org/ns/testsuite/3.0" version="3.0">
   <p:output port="result"/>
   <p:load href="../documents/load-document-001.xml"
           parameters="map{'dtd-validate' : true()}"/>
</p:declare-step>

Revision history

21 Dec 2019, Achim Berndzen
Ported and modified test for p:load from 1.0 test suite.