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 for file a.jar the locations are c:/1,c:/2 When I use XMLProperty task and For loop from ant-contrib I get separate lists for file.name, file.type and file.location. for e.g file.name=a.jar,b.conf file.type=jar,conf file.location=c:/1,c:/2,e:1,e:2,e:3 I need to identify the locations associated with a particular file. How can I do this? Any ideas would be appreciated. Thanks Anand --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org