docs.rodeo

MDN Web Docs mirror

The <xsl:text> element writes literal text to the output tree. It may contain #PCDATA, literal text, and entity references.

Syntax

<xsl:text disable-output-escaping="yes" | "no">
  TEXT
</xsl:text>

Required Attributes

None.

Optional Attributes

Type

Instruction, appears within a template.

Specifications

XSLT, section 7.2

Gecko support

Supported as noted.

In this article

View on MDN