How to create a newline using XSL Text Administrator February 17, 2015 2 Comments To create a newline using XSL Text you can use the following snippet. Sample XSL <xsl:text>
</xsl:text> & #xd; creates a Carriage return & #xa; creates a Line Feed