Re: parse XML file problem

2005-03-11 Thread Brian Agnew
If you use xmltask then you can call an Ant target for each file location, using something like: to call an Ant target 'antTarget' for each location, with the properties "filename" and "type" set appropriately. Note that I haven't tested the above, so it may require some tweaking. You

AW: parse XML file problem

2005-03-10 Thread Jan . Materne
> An: user@ant.apache.org > Betreff: parse XML file problem > > Hi > I have an xml file similar to this > > >"c:/1" >"c:/2" > > >"e:/1" >"e:/2" >"e:/3" >

parse XML file problem

2005-03-10 Thread Anand Krishniyer
Hi I have an xml file similar to this "c:/1" "c:/2" "e:/1" "e:/2" "e:/3" Based on the file name and type I need to perform certain operations on the file. How do I iterate through this xml and retrieve a set of "locations" for a particular file i.e fo