Verbatim content
XML
<verbatim var="var">
string
</verbatim>
<verbatim /> returns verbatim content without variable substitution or inherint expression evaluation.
Attributes
| Name | Type | Description | Defined By |
|---|---|---|---|
| var | var | Result variable name | verbatim |
Results
| Binding | Type | Predicate |
|---|---|---|
| var | string | N/A |
Examples
XML
<output>
<verbatim>Show me the $dollars!</verbatim>
</output>
<!-- Show me the $dollars! -->