Thanks Brian
In my case i don't know the number elements in the XML (it can vary)
for. e.g
I can have
or just
Brian Agnew wrote:
This isn't really an xmltask issue (in which case
[EMAIL PROTECTED] is the list to point to). xmltask
will just read your XML file 'as is'. How
This isn't really an xmltask issue (in which case
[EMAIL PROTECTED] is the list to point to). xmltask
will just read your XML file 'as is'. However you can solve the below
using xmltask using something like (and I haven't tested this but it
should give you an idea):
and so on, prior t
Okay let me explain a bit more.
I have to read a path from an XML. The XML is constructed by somebody
else and he/she knows the path relative to a root dir only.
So the path in the XML can be ${myapp1.dir}/common/jsp.
The build script that reads this XML can resolve this myapp1.dir dir.
So is