Forum Moderators: open
short answer:
 
or
<xsl:text> <xsl:text>
both should work.
You can't use out of the box because it's not an entity that xsl will recognize... it's equivalent is   The xsl:text element is nice and i wrap up all my text in that just to not have any random text hanging around.
Spaces drove me nuts too. I just think it's part of the xsl hazing that has to happen.
I try to reserve CDATA to only when absolutely necessary. I like to use it when I cannot guarantee the data within the element or when the data must contain reserve characters.