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

  <t:title>Test err:XD0021 #001</t:title>
  <t:description>
    <p xmlns='http://www.w3.org/1999/xhtml'>It is a dynamic error for
    a pipeline to attempt to access a resource for which it has
    insufficient privileges or perform a step which is forbidden.</p>
  </t:description>

  <t:pipeline>
    <p:declare-step version='1.0'>
      <p:identity>
        <p:input port="source">
          <p:document href="http://tests.xproc.org/docs/basic-auth/"/>
        </p:input>
      </p:identity>
      <p:sink/>
    </p:declare-step>
  </t:pipeline>

</t:test>

