I’m trying to concatenate a url together in xsl. Basically, I’m taking two variables and incorporating those into the pieces of the link to make things dynamic. How can I perform this concatenation?
I’m trying to concatenate a url together in xsl. Basically, I’m taking two variables
Share
Depends on the variables and on the target URL, but you want to use
concat()anyway.