This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Concat strings


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]