PDA

View Full Version : Is there any way to Concat attribute value into string?


frontline
09-18-2003, 08:31 AM
Hello
i have simple <xsl:for-each > loop that is running threw
set of nodes and get the nodes @attribute value, now i
need to make the xsl loop to concat me all the nodes
attributes values in to single string white delimitates

its like the same concept that if i had to make it whit js it will be something like this:
for(var i=0;i<3;i++)
str+=strVar +"|";
hope you got my point
thanks