Decode XML
Anatomy
<decode:xml var="var">
string
</decode:xml>
Description: 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
Example
<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! -->