docs.rodeo

MDN Web Docs mirror

The <xsl:value-of> element evaluates an XPath expression, converts it to a string, and writes that string to the result tree.

Syntax

<xsl:value-of select=EXPRESSION disable-output-escaping="yes" | "no"  />

Required Attributes

Optional Attributes

Type

Instruction, appears with a template.

Specifications

XSLT, section 7.6.1.

Gecko support

Supported except as above.

In this article

View on MDN