Error XD0063

Test err-xd0063-001.xml is expected to fail with error code err:XD0063.

The pipeline


<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:identity>
      <p:with-input port="source">
         <p:inline content-type="text/plain">You can’t have <markup/> in here.</p:inline>
      </p:with-input>
   </p:identity>
</p:declare-step>
MorganaXProc passing XML Calabash passing

Revision history

19 Jul 2019, Norman Walsh

Throw err:XD0063 if an element is inserted into a non-markup inline.