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

Thanks! RE: EXSLT

Subject: Thanks! RE: EXSLT
From: Johan Thorèn (EAB) <Johan.Thoren@xxxxxxxxxxxxxxx>
Date: Fri, 9 May 2003 16:22:10 +0200
Thanks! RE:  EXSLT
Thank you all for the interest in my minor problem.

Best regards
Johan


-----Original Message-----
From: Michael Kay [mailto:mhk@xxxxxxxxx]
Sent: den 9 maj 2003 14:49
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: RE:  EXSLT


> 
> I think the error message is clear. But according to 
> 
> http://www.exslt.org/str/index.html 
> 
> the concat(node-set) should work with EXSLT. 
> 
But you weren't using EXSLT's str:concat() function, you were using the
(unnamespaced) concat() function from the core library.


> Why Im trying with concat is that I need the string as a variable 
> and not in the output. 
> 

Then do what the guy showed you:

<xsl:variable name="x">
  <xsl:for-each select="y">
     <xsl:value-of select="."/>
  </
</
<xsl:variable name="z" select="string($x)"/>

Michael Kay


 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.