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
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)"
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