Hi,

I am making some loops using xsl:for-each.

Now I want to concatenate strings of each iteration to the previous iteration results.

And want to keep it in some variable for later use.

e.g.:

for each iteration suppose i get a,b,c. Now I want to put them in a variable as a_b_c.

How can I achieve this?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.