OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Concatenating Elements



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