Re: [xsl] concat()

Subject: Re: [xsl] concat()
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 14 May 2002 09:44:33 +0100
  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
  
  What's the proper technique for concatenating a bunch of different
  elements inside an attribute like that?

That is correct syntax so if it's not working presumably those XPath
expressions do not select what you think they select from that point in
the tree. Hard to tell without seeing any sample doc.

David

_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered through the MessageLabs Virus Scanning Service. For further
information visit http://www.star.net.uk/stats.asp or alternatively call
Star Internet for details on the Virus Scanning Service.

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


Current Thread