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

RE: for-each loop in node set variable gives error

Subject: RE: for-each loop in node set variable gives error
From: "Michael Kay" <mhk@xxxxxxxxx>
Date: Thu, 2 Sep 2004 16:00:02 +0100
xsl loop variable
Your variable $employeeList is a result tree fragment and XSLT 1.0 does not
allow you to use an RTF in a path expression. You need the xx:node-set()
extension function, or an XSLT 2.0 processor, or an XSLT 1.0 processor that
relaxes this rule.

Michael Kay
http://www.saxonica.com/

P.S. You might not be able to make sense of the error message, but there are
many people on this list who can, and who would be able to answer your
question more quickly if you quoted it.
 

> -----Original Message-----
> From: Ranjan K. Baisak [mailto:ranjanbaisak@xxxxxxxxx] 
> Sent: 02 September 2004 14:35
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject:  for-each loop in node set variable gives error
> 
> Hello List,
>           My stylesheet contains following
> declarations
> 
> declaration 1:
> <xsl:variable name="employeeList">
> 	<xsl:for-each select="//employee/*[name()!='max']">
> 		<xsl:if test="count(key('employee', @id))=0">
> 			<xsl:copy>
> 				<xsl:copy-of
> select="property[@name='cast']/@val"/>
> 				<xsl:copy-of select="@name"/>
> 				<xsl:copy-of 
> select="property[@name='language']"/>
> 			</xsl:copy>
> 		</xsl:if>
> 	</xsl:for-each>
> </xsl:variable>
> 
> declaration 2:
> <xsl:variable name="generatedEmployees">
> 	<xsl:for-each select="$employeeList/*">
> 		<xsl:sort select="@val"/>
> 		<xsl:copy-of select="."/>
> 	</xsl:for-each>
> </xsl:variable>
> 
> for-each loop for $employeeList/* in declaration 2
> gives error. I don't understand why it gives error.
> Any clue?
> 
> regards,
> Ranjan
> 
> 
> 		
> _______________________________
> Do you Yahoo!?
> Win 1 of 4,000 free domain names from Yahoo! Enter now.
> http://promotions.yahoo.com/goldrush

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.