When trying to connect a bunch of strings the concat function (xmlns:fn="
http://www.w3.org/2005/xpath-functions") in a component it won't work if I use more than two string at a time:
<xsl:value-of select="fn:concat('one','two')"/<
Result: "onetwo"
<xsl:value-of select="fn:concat('one','two','three')"/>
Result: ""
Is there another work around besides using multiple concat calls?
Teamsite: 6.7.2