Hi Folks,
I am working with piece of code that should be able to join two or more strings with each string on new line
<xsl:value-of select="string-join((@ows_External_x0020_Party,@ows_Title),'
')"/>
This code should give output as value of @ows_External_x0020_Party with value of @ows_Title on new line
I am not sure where I am going wrong. :star: If there is anyother way this can be accomplished, please free to post it.
Thanks in Advance,
-Nik
I am working with piece of code that should be able to join two or more strings with each string on new line
<xsl:value-of select="string-join((@ows_External_x0020_Party,@ows_Title),'
')"/>
This code should give output as value of @ows_External_x0020_Party with value of @ows_Title on new line
I am not sure where I am going wrong. :star: If there is anyother way this can be accomplished, please free to post it.
Thanks in Advance,
-Nik