Tool capabilities
- Input
- TXT
- Output
- TXT · JSON
How to use XML Namespace Inspector
List namespace declarations with the element where each binding appears. This xml namespace inspector works directly in your browser and is free to use without an account.
- Paste or open your input in the editor.
- Run the tool and inspect the output. If the input is invalid, correct the reported error and run it again.
- Copy the result or download it to your device.
XML Namespace Inspector · Example
Input
<r xmlns="urn:root" xmlns:x="urn:example"><x:item/></r>
Output
[
{
"path": "/r",
"name": "xmlns",
"value": "urn:root"
},
{
"path": "/r",
"name": "xmlns:x",
"value": "urn:example"
}
]List namespace declarations with the element where each binding appears.
Usage notes
Inputs and results are processed on this device. Tool content is not sent to a processing server.