xsl-list
[Top] [All Lists]

RE: EXSLT

2003-05-09 01:05:10
From: Johan Thorèn (EAB) 
[mailto:Johan(_dot_)Thoren(_at_)era(_dot_)ericsson(_dot_)se]
Sent: Friday, May 09, 2003 1:05 AM
Subject: RE: [xsl] EXSLT

This ought to be working with EXSLT. But dont! Any ideas?

<xsl:template match="*"> 
   <xsl:variable name="allnodename" 
select="concat(ancestor-or-self::*)"/>
   <xsl:apply-templates/>
</xsl:template>

concat() is a string concatenation function; it requires at least two
arguments to be of any use, and you've only passed in one.

cheers,
b. (good morning, Europa! no, I haven't gone to bed yet)

| brian martinez                           
brian(_dot_)martinez(_at_)cendant(_dot_)com |
| lead gui programmer                                    303.708.7248 |
| cheap tickets, part of trip network                fax 303.790.9350 |
| 6436 s. racine cir.                             englewood, co 80111 |
| cendant travel distribution services   http://www.cheaptickets.com/ | 

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



<Prev in Thread] Current Thread [Next in Thread>