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
> 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"
>
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