This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: Top level variables and parameters


> 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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]