You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Richard Emberson <em...@contact.com> on 2001/08/09 01:51:12 UTC

running a task on a dynamically generate set of files

I've got a file. Its full of xml and documenation content.
I have a xslt file that can be used to transform the one file into a
file for
each section. Now each of these section files I what to use the
StyleBook
task and transform into html.

The problem is that the StyleBook task only take one file name. How can
I
use the StyleBook task and have it process each of the generated files?

This is a general question, given a task that takes a single file
argument, and
multiple files (which are not known before hand - other than where they
might be and/or what pattern they might match) how can you feed each
file one at a time to the task?

Thanks