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

Re: saxon:preview doesn't work in 7.3 anymore

Subject: Re: saxon:preview doesn't work in 7.3 anymore
From: michael.h.kay@xxxxxxxxxxxx
Date: Tue, 28 Jan 2003 13:09:02 +0000
no preview
the xsl (at the end of the e-mail) works under 7.2. But nothing happens under 7.3. 
Has anyone an idea whats on there? 
Or is it a bug in 7.3?

Hartmut Kern
MPI for the History of Science



  <!-- A -->
 	<xsl:template match="A" mode="preview">	
             <xsl:variable name="AContent">
             <xsl:value-of select="@ID" />
           </xsl:variable>
            <xsl:variable name="adummy" select="saxon:setUserData('hrefid', $AContent)" />
	</xsl:template>

It's actually nothing to do with saxon:preview. At Saxon 7.3, variables that aren't referenced are no longer evaluated. This means that the trick of using <xsl:variable> to call an extension function with side-effects no longer works. You can force evaluation my marking the variable with saxon:assignable="yes", or by writing output that [appears to] depend on the variable - e.g. <xsl:value-of select="$adummy[0])"/>

Michael Kay


 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.