To create a newline using XSL Text you can use the following snippet.

Sample XSL

<xsl:text>&#xd;&#xa;</xsl:text>
  • & #xd; creates a Carriage return
  • & #xa; creates a Line Feed
  • 2 thought on “How to create a newline using XSL Text”

    Leave a Reply