Software for viewing and analyze big xml files

3

2

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?

user36307

Posted 2010-06-02T08:50:50.410

Reputation: 291

6what does "analyze" mean? – skaffman – 2010-06-02T08:52:31.883

Answers

1

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.

EJP

Posted 2010-06-02T08:50:50.410

Reputation: 31

0

XMLSpy is an excellent tool for analyzing XML files (even quite big ones). However, it is not free.

http://www.altova.com/xml-editor/

Marc

Posted 2010-06-02T08:50:50.410

Reputation:

0

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.

Cambium

Posted 2010-06-02T08:50:50.410

Reputation:

0

< oxygen /> is a good tool, I have used it before. Not free, though.

lmsasu

Posted 2010-06-02T08:50:50.410

Reputation: 241

0

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. Of course you can edit XML and other text files also.

Clemens

Posted 2010-06-02T08:50:50.410

Reputation: 101