XSL Concat function
905160May 29 2012 — edited May 31 2012Hi,
I am getting the output of this tag as
<CM2>concat('WP',<xsl:value-of select="Totals/Count" />)</CM2>
output is:
<CM2>concat('WP',1)</CM2>
but i need the tag output as <CM2>WP1</CM2>
Can some one tell me what is wrong in this concat function or tell me how can i achieve this.. Basically i need to concatenate WP with the output of the tag value
Appreciate your response