Zum Hauptinhalt springen

Decode MIME Base64

XML
<decode:base64 var="var">
string
</decode:base64>

<decode:base64 /> decodes a value according to RFC 2045 by converting printable characters back to arbitrary byte sequences.

MIME Base64 is designed to make binary data survive transport through transport layers that are not 8-bit clean. MIME Base64-encoded data is about 33 percent larger than the unencoded data.

<decode:base64 /> is the complement of the <encode:base64 /> operation.

Attributes

NameTypeDescriptionDefined By
varvarResult variable name decode:base64

Results

BindingTypePredicate
varstringN/A

Examples

XML
<output>
<decode:base64>TXkgbmFtZSBpcyBpWE1MIQ==</decode:base64>
</output>

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