<?xml-stylesheet type="text/xsl" href="/style/testcase.xsl"?>
<test xmlns="http://xproc.org/ns/testsuite"
      xmlns:p="http://www.w3.org/ns/xproc"
      xmlns:px="http://xproc.dev.java.net/ns/extensions"
      xmlns:c="http://www.w3.org/ns/xproc-step"
      xmlns:err="http://www.w3.org/ns/xproc-error"
      error="err:XS0052">
  <title>Test err:XS0052 #002</title>
  
  <input port="source">
    <doc xmlns=""/>
  </input>
  
  <pipeline>
    <p:pipeline name="pipeline" version='1.0'>
      
      <!-- import an existing document that is not p:library
           nor p:pipeline nor p:declare-step -->
      <p:import href="../doc/document.xml"/>
      
      <p:identity/>
      
    </p:pipeline>
  </pipeline>
  
</test>

