XML File Readability
Command:
1)
cat FILE.xml | iconv -f UTF-16LE -t utf-8 (File has been downloaded from a windows host)2)
xmllint --format FILE.xmlLast updated
cat FILE.xml | iconv -f UTF-16LE -t utf-8 (File has been downloaded from a windows host)xmllint --format FILE.xmlLast updated