- How is this different from XML Formatter?
- Pretty print adds syntax highlighting and an option to sort attributes alphabetically. Formatter focuses on indentation only. Use pretty-print for code reviews and docs.
- Does it resolve namespaces?
- No — prefixes are displayed as written. Use the XML Parser if you want fully-qualified element names.
- What gets colored?
- Tags, attributes, attribute values, text content, and comments each get a distinct color. The copy output is plain text — colors are display only.
- Can I control indentation width?
- Yes — 2-space, 4-space, or tab. The default is 2-space to match most style guides.