XML Formatter
The XML Formatter indents XML for readability and reports well-formedness errors so you can fix broken documents.
Key Features
- Pretty-print
- Well-formedness check
- Attribute handling
- Local only
Use Cases
- Tidy a config file
- Debug a parse error
- Teach XML
- Prep a feed
How to Use
- Paste the XML
- Format or validate
- Read the output
Practical Tips
- XML is case-sensitive
- Close every tag
- Watch CDATA sections
FAQ
- Validate?
- It checks well-formedness, not a schema.
- Why indent?
- Easier to read and review.