<?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"
	ignore-whitespace-differences="true">

<t:title>Test delete-004</t:title>

<t:input port='source'>
<doc>
	<a xmlns="http://example.org">text</a>
</doc>
</t:input>

<t:pipeline>
<p:pipeline xmlns:ex="http://example.org" version='1.0' name="pipeline">

<p:delete match="ex:a"/>

</p:pipeline>
</t:pipeline>

<t:output port='result'>
    <doc>
    </doc>
</t:output>

</t:test>

