xsl-list
[Top] [All Lists]

Thanks! RE: EXSLT

2003-05-09 07:22:10

Thank you all for the interest in my minor problem.

Best regards
Johan


-----Original Message-----
From: Michael Kay [mailto:mhk(_at_)mhk(_dot_)me(_dot_)uk]
Sent: den 9 maj 2003 14:49
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: RE: [xsl] 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



<Prev in Thread] Current Thread [Next in Thread>
  • Thanks! RE: EXSLT, Johan Thorèn (EAB) <=