How can I open a file with xml extention in a readable format?
I requested a document from my insurance company and it was sent to me by email, as a xml file. I tried to open it by IE browser, MS Word, Excel, note pad, but it opens as codes. I need to print this document, is there any way to open it in a readable format? thank you for your time.
XML stands for eXtended Markup Language. It’s like HTML, but it uses standard coding techniques for non-standard markup. It’s awesome for programs to save files in, but unfortunately, unless you have the original program that saved it, you’re just going to have to look at a bunch of code.
You’ll have to tell your insurance company to send it in another format, or find out which program they used to encode it. Maybe they can send a PDF?