[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: difference between Saxon 5.5.1 and Xalan 1.2

Subject: RE: difference between Saxon 5.5.1 and Xalan 1.2
From: "Kaganovich, Yevgeniy (Eugene)" <ykaganovich@xxxxxxxxxxx>
Date: Fri, 1 Dec 2000 21:16:51 -0800
saxon 5.5.1
Looks like a bug in Xalan. Variables inside a match are not allowed by XSLT,
and this doesn't follow XSLT-compliant extension mechanism.

Personally, I'm still not convinced there's good reason for this
restriction. I've been told that allowing variables inside match can result
in inifinitely recursive code, but there are many other ways to write
infinitely recursive call in XSLT, so I don't understand why the designers
decided to separate out this particular case...

Anyway, you can accomplish the same thing in XSLT-compiant manner by either
putting the condition inside the xsl:apply-templates (or xsl:call-template)
calling code, or in an xsl:if block inside the template.

- Eugene

: -----Original Message-----
: From: Ovidiu Predescu [mailto:ovidiu@xxxxxxxxxx]
: Sent: Friday, December 01, 2000 1:36 PM
: To: xsl-list@xxxxxxxxxxxxxxxx
: Subject: difference between Saxon 5.5.1 and Xalan 1.2
: 
: 
: 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
: 


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.