Re: xslt parameters not expanded

2007-03-29 Thread Henry Zongaro
Hi, Valentin. misu200 <[EMAIL PROTECTED]> wrote on 2007-03-28 11:43:18 AM: > I have an XSLT parameter like: > '' > > I'm trying to use this XSLT parameter as a parameter to my custom class > > > select="java:x.y.z. > convertDate(string(calculationPeriodDates/terminationDat

Re: xslt parameters not expanded

2007-03-28 Thread misu200
ote it. > > Matthijs > > -- > Matthijs Wensveen > Func. Internet Integration > W http://www.func.nl > T +31 20 423 > F +31 20 4223500 > > It works to output the param to the result.It's just that I can't pass the xslt parameter as a parameter to my custom class. -- View this message in context: http://www.nabble.com/xslt-parameters-not-expanded-tf3481119.html#a9728288 Sent from the Xalan - J - Users mailing list archive at Nabble.com.

Re: xslt parameters not expanded

2007-03-28 Thread Matthijs Wensveen
misu200 wrote: Hello all, I have an XSLT parameter like: '' I'm trying to use this XSLT parameter as a parameter to my custom class select="java:x.y.z.convertDate(string(calculationPeriodDates/terminationDate/unadjustedDate),$DateFormat)"

xslt parameters not expanded

2007-03-28 Thread misu200
ee' (or whatever)? I've also tried somenthing like {$DateFormat} or string($DateFormat) but it doesn't work. Thanks, Valentin -- View this message in context: http://www.nabble.com/xslt-parameters-not-expanded-tf3481119.html#a9716382 Sent from the Xalan - J - Users mailing list archive at Nabble.com.