DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=21042>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=21042 Setting XSL parameter to input filename when processed whole directory. ------- Additional Comments From [EMAIL PROTECTED] 2004-07-26 11:48 ------- Well, ant properties are inmutable, and shared resources, so what do you do on a parallel execution? The fileset is given and processed by each particular task, it is upto that task to pass the information it requires to its own code. That is what most tasks do. As per <xslt/> it may make sense to define an specific parameter name that is made available to the XSLT with the name of the input file being processed. That could not be too dificult to do, but we need some good name that will deminish BC issues. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]