I'm working with a quite a big XML file (~20-40 MB) and I'm using Notepad++.
Is there any better application to view and analyze such a big XML files?
|
I'm working with a quite a big XML file (~20-40 MB) and I'm using Notepad++. Is there any better application to view and analyze such a big XML files?
| |||||
feedback
|
This question came from our site for professional and enthusiast programmers.
|
EmEditor is a text editor for Windows that allows you to view and edit extremely large files. There's also an Outline plug in that will let you see the structure of the XML document. | ||||
|
feedback
|
|
LibXML/LibXSLT is a good free tool (command line): http://xmlsoft.org/ MyEclipse is an addon for Eclipse, but costs money. As mentioned before, XMLSpy is also very good. | |||
|
feedback
|
|
< oxygen /> is a good tool, I have used it before. Not free, though. | |||
|
feedback
|
|
Because XMLSpy and Oxygen are already mentioned. To view and validate really huge XML files you can also use XML ValidatorBuddy which uses the Xerces SAX parser and has a more reasonable price. | |||
|
feedback
|
|
XMLSpy is an excellent tool for analyzing XML files (even quite big ones). However, it is not free. | ||||
|
feedback
|