Re: Concat strings

Subject: Re: Concat strings
From: Warren Hedley <w.hedley@xxxxxxxxxxxxxx>
Date: Wed, 20 Sep 2000 13:30:21 +1200
Maulik Modi wrote:
> 
> I want to create <td> cell names to uniquely identufy each data cell that I
> create.

Have you considered using the generate-id() function? See the XSLT spec at:

http://www.w3.org/TR/xslt#function-generate-id

If you want to stick with your scheme, you want to use the concat() function
defined in the XPath specification at

http://www.w3.org/TR/xpath#function-concat

-- 
Warren Hedley


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


Current Thread