Skip to main content

Decode quoted-printable

Anatomy

<decode:quotedprint var="var">
string
</decode:quotedprint>

Description: DECODE:QUOTEDPRINT decodes a value according to RFC 2045 by replacing sequences incipient with an equal sign ('=') followed by a 2-character hexadecimal number with their applicable characters.

DECODE:QUOTEDPRINT is the complement of the ENCODE:QUOTEDPRINT operation.

Attributes

NameTypeDescriptionDefined By
varvarResult variable name decode:quotedprint

Results:

BindingTypePredicate
varstringN/A

Examples

Example

<output>
<decode:quotedprint>Hello World!=0AMy name is iXML!</decode:quotedprint>
</output>

<!--
Hello World!
My name is iXML!
-->