Topic: having problems passing parameters to xsl stylesheet from jsp pages |
|
---|---|
Author | Thread |
Neurotic (0) Inmate Newly admitted From: |
posted 11-21-2005 23:48
hi, i would like my javascript in jsp pass a parameter value to an xsl stylesheet, all looks ok but just doesnt work. the page displays nothing. |
Maniac (V) Mad Scientist From: Rochester, New York, USA |
posted 11-22-2005 01:07
Add <xslaram name="sortKey"/> somewhere after you declair your <xsl:stylesheet>, you need a hook into the param from the xslt file before you can use it. |
Obsessive-Compulsive (I) Inmate From: |
posted 11-22-2005 01:13
thanks already sorted! |