The solution used in the question is mine.
It replaces the newline character not with a line break, but with an element <br />. The element is node - not a string.
, $breakText, , ( XSLT 2.0) RTF ( ) XSLT 1.0 - .
, ( ):
substring($breakText,0,550)
- ( $breakText) <br/> node
. text- node.
:
<xsl:copy-of select="$breakText"/>
( XSLT 2.0) RTF ( XSLT 1.0).
, xsl:copy-of , string() - ( ).