c:text

<c:text
  disable-output-escaping? = boolean >
  <!-- Content: text -->
</c:text>

Creates a text node or string.

Category
instruction
Permitted parent elements
Any XCST element whose content model is sequence-constructor
Any literal result element

Attributes

disable-output-escaping Specifies whether to omit output escaping.

In addition to the attributes in the preceding table, there are a number of standard attributes that may appear on any XCST element.

See Also