Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

XML Editing/Viewing Software [closed]

Tags:

linux

windows

xml

What software is recommended for working with and editing large XML schemas? I'm looking for both Windows and Linux software (doesn't have to be cross platform, just want suggestions for both) that help with dealing with huge XML files.

like image 801
dragonmantank Avatar asked Aug 04 '08 22:08

dragonmantank


People also ask

How do I open an XML viewer?

View an XML file in a browser Just about every browser can open an XML file. In Chrome, just open a new tab and drag the XML file over. Alternatively, right click on the XML file and hover over "Open with" then click "Chrome". When you do, the file will open in a new tab.

Why XML file is not opening?

You Don't Have the Right Program There are specific computer programs that are compatible with XML files, and you may not have one installed on your computer. The most common program is Extensible Markup Language File. Try installing this program and see if you can open the file.

What program can view XML?

XML files can be opened in a browser like IE or Chrome, with any text editor like Notepad or MS-Word. Even Excel can be used to open XML files. We also have Online editors to open XML files.

How do I open XML editor?

Right-click the XML file and select "Open With." This will display a list of programs to open the file in. Select "Notepad" (Windows) or "TextEdit" (Mac). These are the pre-installed text editors for each operating system and should already be on the list. Any basic text editors will work.


1 Answers

For Windows, I found Microsoft's own free XML Notepad to be a great simple to use editor with a nice selection of features. Used it for both reviewing my XML output when developing and editing broken iTunes' libraries. ;)

Requires .net 2.0

like image 188
Nidonocu Avatar answered Sep 21 '22 12:09

Nidonocu