[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Concatenating Elements
- From: Francis Norton <francis@redrice.com>
- To: "S. Jyotinarayan" <ncjyoti@hotmail.com>
- Date: Sat, 03 Mar 2001 11:41:37 +0000
Jyotinarayan,
It would be better for you to use xsl-list [1] for pure xsl questions,
but a quick answer is use attribute value templates (AVTs) [2] which
allow you to write:
<image src="image/R{ROLL_NO}/R{ROLL_NO}_{EXPO_NO}.gif" alt="NATURE_R"/>
For situations where you need to build up strings outside AVTs, check
the concat() function [3].
Francis.
[1] http://www.dpawson.co.uk/xsl/xslfaq.html
[2] http://www.w3.org/TR/xslt#attribute-value-templates
[3] http://www.w3.org/TR/xpath.html#function-concat