You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by Donald Ball <ba...@webslingerZ.com> on 2001/02/01 20:06:32 UTC

small bug found in xalan-1.2.x

>From XSLT 1.0, 5.3:
"It is an error for the value of the match attribute to contain a
VariableReference."

xalan lets me get away with match attributes that contain variables, e.g.

<xsl:template match="$foo='bar'">

but apparantly it should not. just thought you'd like to know.

- donald