<?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:XD0020">
  
  <t:title>Test err:XD0020 #001</t:title>
  <t:description>
    <p xmlns='http://www.w3.org/1999/xhtml'>It is a dynamic error err:XD0020
    if the combination of serialization options specified or defaulted is not allowed.</p>
  </t:description>
  
  <t:input port="source">
    <doc/>
  </t:input>

  <t:pipeline>
    <p:pipeline version='1.0'>
      <p:serialization port="result" method="test:nonexistant"
                       xmlns:test="http://www.example.com"/>
      <p:identity/>
    </p:pipeline>
  </t:pipeline>
  
</t:test>

