i bow to your speed keyboard ;) 

>-----Original Message-----
>From: Peter Reilly [mailto:[EMAIL PROTECTED] 
>Sent: Thursday, December 02, 2004 6:35 PM
>To: Ant Users List
>Subject: Re: Delete XML Files depending on content
>
><delete>
>    <fileset dir="${xml.dir}" includes="**/*.xml">
>       <contains text="&lt;DONTPROCESS/&gt;"/>
>    </fileset>
></delete>
>
>Peter
>
>Robert Soesemann wrote:
>
>>Hello,
>> 
>>I am looking for a clean and fast way to delete XML files depending on
>>their content.
>> 
>>To give you an idea of what I am doing: During a time consuming
>>migration process I need to scan a folder structure for relevant files
>>that need to be xsltransformed and validated and so on...
>>Files that are not relevant will be marked by an xslt with an 
>empty root
>>node <DONTPROCESS/>
>> 
>>In Ant I want to delete all xml files that have this node.
>> 
>>Any ideas would be welcome!
>> 
>>Thanks in advance,
>> 
>>Robert
>>
>>  
>>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Attachment: smime.p7s
Description: S/MIME cryptographic signature



Reply via email to