Subject: RE: Top level variables and parameters
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Wed, 8 Nov 2000 11:05:02 -0000
|
> I have the following stylesheet, where myvar is assigned to
> myparam (doesn't matter what the xml source is)
>
> <xsl:param name="myparam"/>
> <xsl:variable name="myvar" select="$myparam"/>
> In xt, this works fine. In Xalan 1.0.1, this works fine.
> However, in Xalan 1.2, this gives an error:
>
> Does anybody know which behaviour is "correct"?
Your stylesheet is perfectly legal.
Mike Kay
>
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|