<?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:XS0059">
  <t:title>Test for err:XS0059 #001</t:title>
  
  <t:description xmlns="http://www.w3.org/1999/xhtml">
    <p>Tests that it is a static error (err:XS0059) if the pipeline
    element is not p:pipeline, p:declare-step, or p:library.</p>
  </t:description>

  <t:pipeline>
    <foo/>
  </t:pipeline>
  
</t:test>


