Does the XSL transform engine support version 2 of XSL?
Submitted by Saturday, 7 August, 2004 - 20:02
on
Hi all,
Please forgive me if this is the wrong forum to ask this quesiton. I am learning xsl and using jedit. When I run the transformation on a file I get an error when trying to use a user defined function saying that it "cannot find a variable with name of string". I have specified the said variable as a parameter of the user defined function and then try and reference it later in the funciton. eg.
< xsl:function name="cc:lastSubString"> < xsl:param name="string" / > < xsl:param name="char" / > < xsl:choose> < xsl:when test="contains($string, $char)" >Is this because the JEdit XSLT plugin doesn't support version 2 of the xsl specification oir is my xsl wrong thanks