Xml
- How I format XML before trying to understand it
XML becomes hard to read when it is minified. Formatting makes the tag structure visible so I can see parents, children, attributes, and text nodes. The XML Formatter tool is useful because it lets me check the result in …