sylenceone
02-02-2009, 10:36 AM
Hi,
I have the following xml element in which I want to replace the space with "<br/>" tags:
<Field name="salescode">01-Inside 08-Inside 12-Inside IZ-House</Field>
I have an xslt with the following line of code:
<xsl:value-of select="Field[@name='salescode']"/>
I know I'm suppose to use the Replace function, but how would I go about using it? Thanks.
I have the following xml element in which I want to replace the space with "<br/>" tags:
<Field name="salescode">01-Inside 08-Inside 12-Inside IZ-House</Field>
I have an xslt with the following line of code:
<xsl:value-of select="Field[@name='salescode']"/>
I know I'm suppose to use the Replace function, but how would I go about using it? Thanks.