P
Pia
Please help! I'm trying to get my xsl to produce 0x0D, not just 0x0A.
Any ideas on how to do this? Right now, if I try the following, my
output only shows 0x0a:
<xsl:variable name="cr" select="'
'"/>
<xsl:value-of select="$cr"/>
Thank you!
Pia
Any ideas on how to do this? Right now, if I try the following, my
output only shows 0x0a:
<xsl:variable name="cr" select="'
'"/>
<xsl:value-of select="$cr"/>
Thank you!
Pia