9

I need a tool which displays an XML file in a nice way.

With "nice way" I mean a way on which I can fold and unfold all the nodes.

Is there any free tool that runs on Windows Vista that does this trick?

Windos
  • 11,235

6 Answers6

8

Notepad++ does the trick.

Notepad++ is a free (as in "free speech" and also as in "free beer") source code editor and Notepad replacement that supports several languages.

enter image description here


Some more features

  • Tabbed document interface
  • Drag-and-drop
  • Multiple Clipboard (plugin required)
  • Split screen editing and synchronized scrolling
  • Spell checker (requires Aspell) (Spell checker does not distinguish between text and code)
  • Supports text encoding formats such as Unicode, for international writing systems
  • Find and replace over multiple documents
  • File comparison
  • Zooming
  • Syntax highlighting and syntax folding

Source: Wikipedia - Notepad++

dertkw
  • 947
7

I recommend the free XML Marker version 1.1 - download link (not the latest commercial version). Although version 1.1 has not been updated since 2004, it is still entirely sufficient for most purposes.

image

harrymc
  • 498,455
2

http://codebeautify.org/xmlviewer If you are looking for online tool then this may help Which supports image view.

1

There are plenty of free tools that have collapsable nodes, Xeena and XML Marker are a few, there is a fuller list here. However you do get what you pay for so don't be too surprised if it's a bit clunky and unsophisticated. For something a bit better take a look at Liquid XML Editor.

Diogo
  • 30,792
david
  • 11
1

I recomend notepad++ too, but sometimes i use Internet Explorer to navigate on a XML file, ie can fold and unfold notes too.

Diogo
  • 30,792
1

Microsoft's XML Notepad 2007 is also a handy little editor.