tags:

views:

255

answers:

1

What is good XML visualization tool? I am looking for tools to help provide good xml visualization. XML spy didnt do a good job at it

+2  A: 

If you don't like XML Spy, chances are you won't like similar editors. (but please explain what you don't like in XML Spy, so that we can help you better)

XML Spy and similar are very powerful tools. If you don't like it, that might mean that you need something with a more immediate representation. Try open your XML in Eclipse, you might like Eclipse's simplicity.

XML being extensible, no ultimate visualization tool exists. If you want to visualize a certain kind of XML (for instance WSDL), then look for a visualization tool for this particular kind of XML. If none exists, a powerful and cheap visualization option is to write an XSL stylesheet that will display the XML content as you like it.

Nicolas Raoul
+1 for requesting clarification and suggesting XSLT - could also do with know what platform
Murph