Zum Hauptinhalt springen

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

NameTypeDescriptionDefined By
varvarResult variable name decode:xml

Results:

BindingTypePredicate
varstringN/A

Examples

Example

<output>
<decode:xml>My name is &quot;iXML&quot; &amp;amp; I am a XML derivative!</decode:xml>
</output>

<!-- My name is "iXML" & I am a XML derivative! -->