Some indications on the xml format:
- UTF8 with no BOM
- LF for new lines
- format with
cat rkts.xml | xmllint --format - | sed -e 's/^[ ]*//;s/<item>/\n<item>/' | sponge rkts.xml
The data is under the CC0 License.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Some indications on the xml format:
cat rkts.xml | xmllint --format - | sed -e 's/^[ ]*//;s/<item>/\n<item>/' | sponge rkts.xmlThe data is under the CC0 License.