Decode XML
XML
<decode:xml var="var">
string
</decode:xml>
<decode:xml /> decodes a value by converting special XML entites back to their applicable characters.
<decode:xml /> is the complement of the <encode:xml /> operation.
Attributes
| Name | Type | Description | Defined By |
|---|---|---|---|
| var | var | Result variable name | decode:xml |
Results
| Binding | Type | Predicate |
|---|---|---|
| var | string | N/A |
Examples
XML
<output>
<decode:xml>My name is "iXML" &amp; I am a XML derivative!</decode:xml>
</output>
<!-- My name is "iXML" & I am a XML derivative! -->