> From: Johan Thorèn (EAB) [mailto:Johan.Thoren@xxxxxxxxxxxxxxx]
> Sent: Friday, May 09, 2003 1:05 AM
> Subject: RE: 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.martinez@xxxxxxxxxxx |
| 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
|