🔗 XML URL Decoder — Free Online Tool
Decode URL-encoded strings to XML instantly with our free online XML URL Decoder. Converts URL-safe strings back to XML — all processing happens in your browser.
🚀 What Is XML URL Decoding?
XML URL decoding reverses XML URL encoding by using decodeURIComponent().
For example:
- Input:
%3Cperson%3E%3Cname%3EJohn%3C%2Fname%3E%3C%2Fperson%3E - Output:
<person><name>John</name></person>
🛠️ Features
- Instant XML URL decoding — converts URL-safe string to XML
- 100% client-side — no data sent to any server
- Preserves whitespace — keeps formatting intact
- Copy to clipboard — one-click copy of decoded result
🌐 Related Tools
- XML URL Encoder — encode XML to URL-safe format
- XML Formatter — format and validate XML
- URL Decoder — decode plain URL-encoded text
Start using the XML URL Decoder now — fast, free, and secure.