RE: [xsl] concat()

Subject: RE: [xsl] concat()
From: Jarno.Elovirta@xxxxxxxxx
Date: Tue, 14 May 2002 10:47:00 +0300
Hi,

> This line in my XSL sheet doesn't seem to be working:
> 
> <img src="{concat('../files/', year, month, day, '-',
> image[1]/@number, '.jpg')}" alt="" />
> 
> year, month, day, and image are all elements, and number is an
> attribute in image

The syntax is correct. Could you show the results you're getting?

> What's the proper technique for concatenating a bunch of different
> elements inside an attribute like that?

The one you have is as proper as any other.

Cheers,

Santtu

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


Current Thread