diff --git a/LDP/guide/docbook/LDP-Author-Guide/tools-text-editors.xml b/LDP/guide/docbook/LDP-Author-Guide/tools-text-editors.xml index 50733498..6cb5c46e 100644 --- a/LDP/guide/docbook/LDP-Author-Guide/tools-text-editors.xml +++ b/LDP/guide/docbook/LDP-Author-Guide/tools-text-editors.xml @@ -23,84 +23,6 @@ &configure-emacs; -
-epcEdit - epcEdit - - Editors - epcEdit - - - - http://www.tksgml.de - - - - The epcEdit program allows you to edit XML files. - It has the advantages of not needing to know Emacs or - vi before starting, and is cross-platform, working in both - Windows and Linux. This is a commercial application, and - pricing can be found at - - http://www.tksgml.de/pricing.html - - - - Along with visual editing, epcEdit will also validate - documents on loading, and on demand by using the DocumentValidate - command. - - - -
- epcEdit screen shot - - - - - - - - - The screen shot of the epcEdit - program shows a - tree on the left side that has the document in a - hierarchy, while the right side shows the document. - Tags are shown with a gray background. - - -
-
- -
-Morphon XML editor - - - http://www.morphon.com/xmleditor/index.shtml - - - This is a commercial application which is currently - available for free (with an optional user registration). - It is written in Java, allowing it to run on any platform - that has a Java Virtual Machine (that is, works in both - Windows and Linux). - - - On the plus sides of XMLEditor is the left side of the - screen shows the hierarchy of the document (starting with Book - and so on). Selecting an item in the list brings you to that - part of the document so you can edit it. The right part of the - screen shows the text without any markup or tags being shown. - If you have external files as ELEMENTS (as the LDP Author Guide - does), XMLEditor will follow the links and load the files, so - you always work on the entire work. On the minus side of this, - you will get errors if a file is missing. - -
-
nedit nedit @@ -109,16 +31,16 @@ nedit - - http://nedit.org + + http://sourceforge.net/projects/nedit/ To be fair, nedit is more for programmers, so it might seem a bit of overkill for new users and especially non-programmers. All that aside, it's - extremely powerful, allowing for syntax highlighting. Unlike - epcEdit, nedit doesn't allow you to automatically insert tags + extremely powerful, allowing for syntax highlighting. + nedit doesn't allow you to automatically insert tags or automatically validate your code. However, it does allow for shell commands to be run against the contents of the window (as opposed to saving the file, then checking).