Is there a very simple XML Editor/Viewer?

Posted by Paul Spangle on Programmers See other posts from Programmers or by Paul Spangle
Published on 2012-10-24T10:02:28Z Indexed on 2012/10/24 11:16 UTC
Read the original article Hit count: 422

Filed under:
|

Part of our support job is to look at XML documents sent to our systems by our clients that have failed to load correctly. I do this by pasting the file in to Visual Studio as an XML file and VS colours it and adds line-breaks, indenting, etc. and it's then usually quite simple to spot the error and manually fix it and resubmit the document.

Do I really have to use Visual Studio to do this? OK, it does the job quite well, but I'd have thought that something like Notepad++ would do the job just as well with a fraction of the machine resource usage. Is there are plugin for Notepad++ or another bit of freeware that can make XML look pretty and let me make simple edits?

© Programmers or respective owner

Related posts about Windows

Related posts about Xml