Hi again, When using xslt to output a text document, how do you code a line break in the stylesheet? Scott
Mapraputa Is
Leverager of our synergies
Sheriff
Joined: Aug 26, 2000
Posts: 10065
posted
0
Hi Scott! Type <xsl:text>, then hit �enter� then </xsl:text> It will look like <xsl:text> </xsl:text> and new line symbols should go to the output. There should be shorter solution, something with 
 
 entities, but I do not remember it right now...