<?xml-stylesheet type="text/xsl" href="/style/testcase.xsl"?>
<t:test xmlns:t="http://xproc.org/ns/testsuite"
        xmlns:p="http://www.w3.org/ns/xproc"
        xmlns:c="http://www.w3.org/ns/xproc-step"
        xmlns:err="http://www.w3.org/ns/xproc-error"
        error="err:XS0003">

<t:title>Test err:XS0003 #002</t:title>

<t:description xmlns="http://www.w3.org/1999/xhtml">
  <p>Forwards-compatible mode: Unknown input ports are
  assumed to be non-primary and must be connected.</p>
</t:description>

<t:pipeline>
<p:declare-step version="2.0">
  <p:output port="result"/>

  <p:identity>
    <p:input port="source">
      <p:inline>
        <doc/>
      </p:inline>
    </p:input>
  </p:identity>
 
  <p:identity>
    <p:input port="new-port"/>
  </p:identity>

</p:declare-step>
</t:pipeline>

</t:test>
