Cool, that's easy. Thanks, Robert
-----Original Message----- From: Peter Reilly [mailto:[EMAIL PROTECTED] Sent: Donnerstag, 2. Dezember 2004 18:35 To: Ant Users List Subject: Re: Delete XML Files depending on content <delete> <fileset dir="${xml.dir}" includes="**/*.xml"> <contains text="<DONTPROCESS/>"/> </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] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]