"Robert Soesemann" <[EMAIL PROTECTED]> wrote ..
> In the ant-contrib manual is no example for the foreach task. Can
> anybody give an example of how to iterate e.g. over all .xml files in a
> folder structure.
>
> I also could not find out how to get the path and name of the currently
> iterated f
Subject: RE: Combine Apply + XSLT task
"Robert Soesemann" <[EMAIL PROTECTED]> wrote ..
> Thanks, that much better than apply. But I couldn't find out how to
> extract and pass the path of the currently processed file.
>
could try something like;
${filepath
"Robert Soesemann" <[EMAIL PROTECTED]> wrote ..
> Thanks, that much better than apply. But I couldn't find out how to
> extract and pass the path of the currently processed file.
>
could try something like;
${filepath}
you might have to process from here with a as well
gl, Jim Fu
Users List
Subject: RE: Combine Apply + XSLT task
"Robert Soesemann" <[EMAIL PROTECTED]> wrote ..
> I guess it would not be an task, but an for loop. But the
> question is still how to extract path data and pass it to the xslt
> task.
check out the useful ant-contrib
"Robert Soesemann" <[EMAIL PROTECTED]> wrote ..
> I guess it would not be an task, but an for loop. But the
> question is still how to extract path data and pass it to the xslt task.
check out the useful ant-contrib tasks esp the and
HTH, Jim Fuller
---
I guess it would not be an task, but an for loop. But the
question is still how to extract path data and pass it to the xslt task.
R.
-Original Message-
From: Robert Soesemann [mailto:[EMAIL PROTECTED]
Sent: Freitag, 26. November 2004 14:25
To: [EMAIL PROTECTED]
Subject: Combine Apply
Hello,
In my ant pipeline I mainly process and transform XML document. I need
to insert a path attribute to every processed file.
My idea was to use an apply task to iterate over the whole folder
structure and - by means I don't know - pass the name & path information
of the currently processed fi