I have an xslt sheet with some text similar to below:
<xsl:text>I am some text, and I want to be bold<xsl:text>
I would like some text to be bold, but this doesn't work.
<xsl:text>I am some text, and I want to be <strong>bold<strong> </xsl:text>
The deprecated b tag doesn't work either. How do I format text within an xsl:text tag?