Yes, that's exactly what I needed to know. Thanks.
--
Charles Knell
[EMAIL PROTECTED] - email
-Original Message-
From: Antoine Levy-Lambert <[EMAIL PROTECTED]>
Sent: Wed, 12 Jul 2006 23:54:35 -0400
To: Ant Users List
Subject: Re: XSLT default parameters and A
>Betreff: Re: XSLT default parameters and Ant-supplied
>parameters conflict
>
>
>Hi,
>
>this line
>
>
>
>
>means that ant will pass to the stylesheet literally
>${weekly.end.date} if weekly.end.date is not set.
>
>what you would need and wh
Hi,
this line
means that ant will pass to the stylesheet literally ${weekly.end.date}
if weekly.end.date is not set.
what you would need and which does not exist would be something looking
like that :
meaning pass the weekly-end-date parameter to XSL if the property
weekly.end.
How can I set up my build.xml file to pass Ant command-line parameters to an
XSLT stylesheet without clobbering the default values defined in the stylesheet
in case a command-line parameter is not supplied?
I have an Ant task that performs an XSLT transformation. In the stylesheet I
have define