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



Phil Capon wrote:
>  <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:...

As pointed out just last week on this list, the above is a new bug
that crept in to Xalan (Java) 1.2, where the immediate prior
version (1.2D02) didn't have it. A fix is in the works, and I'm
writing a couple dozen more tests involving variables so that we
get better about catching these things.
.................David Marston


 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]