Tool Help

What this XML tool does
Paste XML and this tool will validate it using the browser's XML parser and pretty-print it with consistent indentation.
Typical use cases
- Quickly checking if CDA, FHIR, or XDS XML is well-formed.
- Making dense one-line XML readable before sharing or debugging.
- Confirming the document's root element and namespace.
Healthcare context
- CDA documents exchanged by HIEs and portals.
- XDS metadata (Provide & Register, Registry Stored Query payloads).
- FHIR XML representations for edge cases or legacy integrations.
- SAML, WS-Trust, and other security tokens that use XML.
This is a structural check only. It verifies that the XML is well-formed, but it does not validate against schemas or implementation guides.

