我有一个xslt表,其中一些文字类似于下面:
<xsl:text>I am some text, and I want to be bold</xsl:text>
Run Code Online (Sandbox Code Playgroud)
我想要一些粗体文字,但这不起作用.
<xsl:text>I am some text, and I want to be <strong>bold<strong></xsl:text>
Run Code Online (Sandbox Code Playgroud)
不推荐使用的b标记也不起作用.如何在xsl:text标记内格式化文本?