Hello all,

I have an XSLT parameter like:
<xsl:param name="DateFormat">'eeee'</xsl:param>

I'm trying to use this XSLT parameter as a parameter to my custom class

                <xsl:value-of     

select="java:x.y.z.convertDate(string(calculationPeriodDates/terminationDate/unadjustedDate),$DateFormat)"
                    
                />

But each time I've found out that in z.convertDate the second parameter i
received is '$DateFormat'

Why is that not 'eeee' (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.

Reply via email to