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

RE: result tree fragments and node-sets

Subject: RE: result tree fragments and node-sets
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Fri, 6 Jul 2001 19:11:30 +0100
RE:  result tree fragments and node-sets
> Can I do something like the following (and is it reasonable)?
>
> <xsl:template name='foo'>
>   <xsl:variable name='temp0'>
>     <xsl:apply-templates mode='zero'>
>   </xsl:variable>
>   <xsl:variable name='temp1'>
>     <xsl:apply-templates select='$temp0' mode='one'>
>   </xsl:variable>
>   <xsl:variable name='temp2'>
>     <xsl:apply-templates select='$temp1' mode='two'>
>   </xsl:variable>
>   <xsl:copy-of select='$temp2' />
> </xsl:template>
>
You can do this according to the XSLT 1.1 Working Draft but not according to
XSLT 1.0. In most XSLT processors the last apply-templates has to be
 <xsl:apply-templates select="xx:node-set($temp1)"/>
where xx refer's to the vendor's extension library prefix.

But Saxon and jd:xslt implement the XSLT 1.1 WD syntax.

Mike Kay
Software AG


 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.