Free XML Editors: Difference between revisions

From The Digital Classicist Wiki
Jump to navigation Jump to search
m (head)
(TEI link)
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
Most teachers of [[TEI]] and [[EpiDoc]] courses or workshops use the Syncrosoft [[Oxygen]] XML editor, on the grounds that:
==Oxygen==
 
Most teachers of [[Text Encoding Initiative (TEI)|TEI]] and [[EpiDoc]] courses or workshops use the Syncrosoft [[Oxygen]] XML editor, on the grounds that:


*the developers [http://www.sync.ro/ Syncrosoft] are known to be responsive, especially to the DH community;
*the developers [http://www.sync.ro/ Syncrosoft] are known to be responsive, especially to the DH community;
Line 11: Line 13:
==Open source editors==
==Open source editors==


* [[Atom (editor)]] - https://atom.io/ (hackable text editor; includes [https://atom.io/packages/xml-tools XML] and [https://atom.io/packages/atom-xsltransform XSLT] plugins)
* [[Easymacs]] - https://github.com/pjheslin/easymacs (configuration by Peter Heslin)
* [[Easymacs]] - https://github.com/pjheslin/easymacs (configuration by Peter Heslin)
* [[jEdit]] - http://www.jedit.org/ ([http://plugins.jedit.org/plugins/?XML XML] and [http://plugins.jedit.org/plugins/?XSLT XSLT] plugins available)
* [[jEdit]] - http://www.jedit.org/ ([http://plugins.jedit.org/plugins/?XML XML] and [http://plugins.jedit.org/plugins/?XSLT XSLT] plugins available) (other [http://plugins.jedit.org/list.php?category=4 HTML/XML plugins])
* [[Subline Text 3]] - http://www.sublimetext.com/3 ([https://packagecontrol.io/packages/Exalt XML plugin] available)
* [[Vex]] = http://www.eclipse.org/vex/ (Visual Editor for XML from Eclipse)
* [[Vex]] = http://www.eclipse.org/vex/ (Visual Editor for XML from Eclipse)



Revision as of 16:01, 7 November 2018

Oxygen

Most teachers of TEI and EpiDoc courses or workshops use the Syncrosoft Oxygen XML editor, on the grounds that:

  • the developers Syncrosoft are known to be responsive, especially to the DH community;
  • it has a very good balance of functionality (XPath and XSLT transformation as well as predictive and customizable editing modes);
  • it is very easy for students to learn to use, cross-platform, and the free 30-day trial is adequate for short workshops;
  • the full academic license ($99) is very reasonable for this kind of tool;
  • it is what many of us use in our day-to-day work, so teaching it is natural.

However, the tendency in the digital humanities toward the use of free and open source software, especially in teaching, leads to the need for a list of fully free and open alternatives to this popular XML editor. The below is the beginnings of such a list (installation and configuration notes will be added or linked where available).

Open source editors

Other free editors

  • ...