RE: Re: XSLT default parameters and Ant-supplied parameters conflict

2006-07-13 Thread cknell
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

AW: XSLT default parameters and Ant-supplied parameters conflict

2006-07-12 Thread Jan.Materne
>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

Re: XSLT default parameters and Ant-supplied parameters conflict

2006-07-12 Thread Antoine Levy-Lambert
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.

XSLT default parameters and Ant-supplied parameters conflict

2006-07-12 Thread cknell
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