Hi,
Recently i had to insert a newline character in an output csv file generated by AIF with XSLT Transformation.
I wanted to insert a new line character in the output which is simple but took me quite some time to arrive at being relatively new to XSLT
Use the following line
<xsl:value-of select="'
'"/>
to achieve the same
Regards
Hitesh
Recently i had to insert a newline character in an output csv file generated by AIF with XSLT Transformation.
I wanted to insert a new line character in the output which is simple but took me quite some time to arrive at being relatively new to XSLT
Use the following line
<xsl:value-of select="'
'"/>
to achieve the same
Regards
Hitesh
Comments
Post a Comment