microkarl
Well-known member
All,
I have the following code:
The above code will show first name and last name like this: "JoeSmith", but I want to put a space between so it will displays "Joe Smith", how am I going to do it? consider " " does not work on XSLT.
Thanks,
Carl
I have the following code:
Code:
<td><xsl:value-of select="UDF/Name/NameFirst" /><xsl:value-of select="UDF/Name/NameLast" /></td>
The above code will show first name and last name like this: "JoeSmith", but I want to put a space between so it will displays "Joe Smith", how am I going to do it? consider " " does not work on XSLT.
Thanks,
Carl