Percent-encoded XML arrives via URLs, redirects and API query strings — but it is unusable until decoded. URL-decode XML reverses the encoding, restoring the original document from its %XX sequences.
Decoding handles query-string conventions (optional + to space), tolerates malformed sequences in lenient mode, and can validate the result as well-formed XML. All of it happens locally in your browser.