<?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">

  <t:title>Test input-007</t:title>
  
  <t:description xmlns="http://www.w3.org/1999/xhtml">
    <p>Tests the select attribute on the input port declaration.</p>  
  </t:description>
  
  <t:pipeline>
    <p:declare-step version='1.0'>
      <p:input port="select" select="/doc/p">
        <p:inline>
          <doc>
            <p>Some text.</p>
          </doc>
        </p:inline>
      </p:input>
      <p:output port="result"/>

      <p:identity/>
    </p:declare-step>
  </t:pipeline>

  <t:output port="result"><p>Some text.</p></t:output>

</t:test>

