> From: news [mailto:[EMAIL PROTECTED] On Behalf Of Ron Piterman > > The xslt task has a parameter sub-element. How can I pass the current > xml file name being processed to the stylesheet?
You can't, AFAIK. Use Ant-Contrib's <for> task to call <xslt> for each individual file. Will be slower since will recompile the stylesheet everytime, but then you know which (single) file you are processing. --DD --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]