XML field extractor

Stop scrolling
through angle brackets.

Paste any XML — a SOAP response, a config file, a test fixture — and see every element, attribute, and value laid out in one searchable table.

<Response> <User id="402"> <Name>Rohit</Name> <Status>active</Status> </User> </Response>
↓ becomes ↓
FieldValue
Userid=402
NameRohit
Statusactive
Live tool
Extract fields

Paste your XML

Parsed entirely in your browser — nothing is uploaded or stored.

Fields found

No fields yet — extract an XML file to see them here.
How this works XRay uses your browser's built-in XML parser (DOMParser) — the file never leaves your device. It walks every element in document order, groups repeated elements (like list items) into one row with a count, and infers a type from the first value it sees for each field. Very large files (10,000+ elements) may take a moment to render.