Zum Hauptinhalt springen

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

NameTypeDescriptionDefined By
varvarResult variable name decode:xml

Results

BindingTypePredicate
varstringN/A

Examples

XML
<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! -->