, , .
, , jelovirt
<xsl:text>I am some text, and I want to be </xsl:text>
<strong>bold<strong>
<xsl:text> </xsl:text>
However, if your content is highly formatted, what David Medinetz offers is the best way to do this.
<xsl:text disable-output-escaping="yes">
We have some instructions for printing in the user interface. The instruction set is huge and, of course, we read those from the XML file.
In such cases, the above method is easy to use and supported. This is because the content is provided by technical authors. They do not know XSL. They know the use of HTML tags, and they can easily edit the XML file.
Pavan source
share