xsl:text
Causes its content to be output. The main reason for enclosing text within an
xsl:text
element is to allow white space to be output. White
space nodes in the stylesheet are ignored unless they appear immediately within
an xsl:text
element.
Category: instruction
Content: #PCDATA
Permitted parent elements:
any XSLT element whose content model is sequence
constructor; any literal result element
Attributes
|
|
If set to
|
Details
Note that text value templates (expressions within curly braces) are NOT
recognized within xsl:text
.