DRP as context for TVT 016

Tests DRP is context sequence for TVT in p:inline: Error because it is referenced.

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

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:identity>
      <p:with-input>
         <doc1/>
         <doc2/>
      </p:with-input>
   </p:identity>
   <p:identity>
      <p:with-input>
         <p:inline>
            <result>{.}</result>
         </p:inline>
      </p:with-input>
   </p:identity>
</p:declare-step>

Revision history

16 Feb 2019, Achim Berndzen
Fixed error in test by adding p:declare-step/@version
31 Dec 2018, Achim Berndzen
Created new test