What's a good XML editor in Linux for people new to XML?
|
If you don't mind spending some money on it - check out Oxygen XML It's pretty powerful in a lot of respects, especially if you need good XPath support. But the down side - it's quite pricey. |
|||
|
|
A simple cross platform XML-editor handling well-format and validation is EditIX: http://free.editix.com/ We use it at the university, and are happy about its performance. It can even be installed on a USB, which is a nice feature for students. |
|||||||
|
|
There would be many. But I use Eclipse. I use Eclipse IDE for developing J2EE based projects. |
|||
|
|
Oracle Jdeveloper with SOA suite development plugins installed has near the same or even more functionality like in OxygenXML, but free of charge |
|||
|
|
|
I personally prefer the jedit programmer's editor. Its lightweight, supports plugins. XML support is great with the following plugins:
|
||||
|
|
XML Copy Editor - Windows and Linux (Ubuntu package name: xmlcopyeditor) Fast, easy, free, and supports XML schema validation. Official Website http://xml-copy-editor.sourceforge.net/ How to install in Ubuntu http://ubuntuforums.org/showthread.php?t=1640003 |
||||
|
|
If you're looking for some non-bloated editor, any graphical text editor should do the trick. |
|||
|
|
|
vim is indeed a great toll for editing files with great profile! Recommend a great profile for you:
Including plugins:
|
|||||||||
|
|
Kate seems to be a good choice. It can be found here. Built in syntax highlighting and indenting for XML (and C, and lisp, and Python, and ...). To make it indent your text:
|
|||
|
|