Re: xslt parameters not expanded

2007-03-28 Thread misu200
Matthijs Wensveen-2 wrote: > > 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/unadju

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
Hello all, I have an XSLT parameter like: '' I'm trying to use this XSLT parameter as a parameter to my custom class But each time I've found out that in z.convertDate the second parameter i received is '$DateFormat' Why is that not '' (or whatever)? I've also tried