[xml] Lightweight XML Viewer that can handle large files

There are plenty of "heavyweight" tools such as XmlSpy, which are good for prodding around in xml docs - but often (very often in some cases!) you just want to quickly open and browse an xml doc, and have it pretty printed. Possibly with some basic search functionality (textual is probably fine).

I usually use a browser such as IE of Firefox for this, but they tend to break down for larger file sizes (I'm often opening files in the 10s of MBs or more).

I have some ideas about how such a viewer might be implemented, so I'm sure there must be something out there that can do it, but my google-fu is letting me down.

So I thought I'd put it to the hive-mind that is SO to lead the way.

Thoughts?

This question is related to xml browser viewer

The answer is


I like the viewer of Total Commander because it only loads the text you actually see and so is very fast. Of course, it is just a text/hex viewer, so it won't format your XML, but you can use a basic text search.


JEdit and its XML-plugin.


XML Copy Editor is perfect for this type of thing.


TextPad has a free xmltidy plugin that pretty-prints your XML. Nice and fast, although TextPad is shareware.


XML Copy Editor is perfect for this type of thing.


TextPad has a free xmltidy plugin that pretty-prints your XML. Nice and fast, although TextPad is shareware.


Try EditPlus - http://www.editplus.com/


JEdit and its XML-plugin.


Try EditPlus - http://www.editplus.com/


I like Microsoft's XML Notepad 2007, but I don't know how it handles very large files, sorry.


I like the viewer of Total Commander because it only loads the text you actually see and so is very fast. Of course, it is just a text/hex viewer, so it won't format your XML, but you can use a basic text search.


I have tried dozens of XML editors hoping to find one which would be able to do some kind of visualization. The best lightweight viewer for windows I have found was XMLMarker - too bad the project has been dead for some years now. It is not so useful as an editor, but it does a good job of displaying flat XML data as tables.

There are tons of free editors that do XML syntax highlighting, including vim, emacs, scite, eclipse (J2EE edition), jedit, notepad++.

For heavyweight XML features, like XPath support, XSLT editing and debugging, SOAP/WSDL there are some good commercial tools like, XMLSpy, Oxygen, StylusStudio.

JEdit is open-source and also has plugins for XML, XPath and XSLT.

Word-2003 is fairly good for visualizing (but don't use it for editing). Excel-2003 and up also does a good job at visualizing flat XML data and can apply XSL transformations (again, no good as an editor).


JEdit and its XML-plugin.


XML Copy Editor is perfect for this type of thing.


XML Copy Editor is perfect for this type of thing.


JEdit and its XML-plugin.


I like Microsoft's XML Notepad 2007, but I don't know how it handles very large files, sorry.


http://www.firstobject.com/dn_editor.htm is so far the best and lightest editor available with handful of utilities. I recommend using it - tried with up to 400 MB of files and more than a million records :)


Try EditPlus - http://www.editplus.com/


I like Microsoft's XML Notepad 2007, but I don't know how it handles very large files, sorry.


http://www.firstobject.com/dn_editor.htm is so far the best and lightest editor available with handful of utilities. I recommend using it - tried with up to 400 MB of files and more than a million records :)


I like Microsoft's XML Notepad 2007, but I don't know how it handles very large files, sorry.


I like the viewer of Total Commander because it only loads the text you actually see and so is very fast. Of course, it is just a text/hex viewer, so it won't format your XML, but you can use a basic text search.