Producing a new line in XSLT -
i want produce newline text output in xslt. ideas?
the following xsl code produce newline (line feed) character:
<xsl:text>
</xsl:text>
for carriage return, use:
<xsl:text>
</xsl:text>
i want produce newline text output in xslt. ideas?
the following xsl code produce newline (line feed) character:
<xsl:text>
</xsl:text>
for carriage return, use:
<xsl:text>
</xsl:text>
Comments
Post a Comment