assets
assets copied to clipboard
Adding missing XML declarations and indenting XML
- XML declaration is important for XML conformity. Some parser may not like this lack (crashing or wondering what is the correct charset and/or XML version) and some type auto-detect tools may not find the type without that.
- Indenting is better for readability.
- An empty newline is useful for command
cat
.