<?xml-stylesheet type="text/xsl" href="/style/testcase.xsl"?>
<test xmlns="http://xproc.org/ns/testsuite"
      xmlns:p="http://www.w3.org/ns/xproc"
      xmlns:px="http://xproc.dev.java.net/ns/extensions"
      xmlns:c="http://www.w3.org/ns/xproc-step"
      xmlns:err="http://www.w3.org/ns/xproc-error"
      error="err:XS0062">
<title>Test for err:XS0062 #001</title>

<pipeline>
    <p:declare-step>
      <p:output port="result"/>
      <p:identity>
        <p:input port="source"><p:inline><doc/></p:inline></p:input>
      </p:identity>
    </p:declare-step>
</pipeline>

</test>

