Subject: difference between Saxon 5.5.1 and Xalan 1.2
From: Ovidiu Predescu <ovidiu@xxxxxxxxxx>
Date: Fri, 01 Dec 2000 13:35:33 -0800
|
Hi,
I have this XSLT code that works fine under Xalan 1.2:
<xsl:variable name="top-page" select="(//page)[1]"/>
<xsl:template match="page[$top-page = .]">
...
</xsl:template>
However when I run it under Saxon 5.5.1 I get the following error message:
At xsl:template on line 64 of file:/home/ovidiu/src/stylesheet/page-wml.xsl:
The match pattern in xsl:template may not contain references to variables
Is this a bug in Saxon or an extension of Xalan?
Regards,
--
Ovidiu Predescu <ovidiu@xxxxxxxxxx>
http://orion.nsr.hp.com/ (inside HP's firewall only)
http://www.geocities.com/SiliconValley/Monitor/7464/
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|