<?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:err="http://www.w3.org/ns/xproc-error"
        error="err:XS0058">
  <t:title>Test err:XS0058 #001</t:title>
  
  <t:description><p xmlns="http://www.w3.org/1999/xhtml">It is a static error if the value #default is used within the exclude-inline-prefixes attribute and there is no default namespace in scope.</p></t:description>

  <t:pipeline>
    <p:pipeline version='1.0' exclude-inline-prefixes="#default">

      <p:identity/>
      
    </p:pipeline>
  </t:pipeline>
  
</t:test>
