On Tue, 17 Jul 2001, Tim Meals <[EMAIL PROTECTED]> wrote:

> Looking at a recent nightly build of 1.4 (maybe a few weeks old
> now), the XSLTProcess.java file passes inner class Param elements
> directly to the XSLT processor without doing property replacement
> via PropertyHandler (?, I think).

Actually, ProjectHelper.

Tasks don't expand properties themselves, properties get expanded for
them, so whatever the task passes to the processor has been expanded
before (even before it reaches the task).

Stefan

Reply via email to