I'm making a single PDF out of a group of XML documentation files. It's an API reference document and the items will be alphabetized so input order doesn't matter. I want to use a fileset of XML files as input to an XSLT script, something like this: I have been accomplishing this in the past with a manually-maintained XML file like this: Right now I pass in the file above to the XSLT processor like this: Output FO... But I'd like to automate it. Is there a way to pass in a fileset instead? Thanks Mark --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org