I want to implement carriage return within xslt. The problem is I have a varible: Step 1 = Value 1 breaktag Step 2 = Value 2 as a string and would like to appear as
I believe that you can use the xsl:text tag for this, as in
Chances are that by putting the closing tag on a line of its own, the newline is part of the literal text and outputted as such.