开发者

Concatenate URL in XSL

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开发者_JAVA百科 make things dynamic. How can I perform this concatenation?


<a href="{concat('http://',$string1,'/',$string2)}>link</a>

Depends on the variables and on the target URL, but you want to use concat() anyway.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜