Free XML Editors: Difference between revisions

From The Digital Classicist Wiki
Jump to navigation Jump to search
m (h2)
(One intermediate revision by one other user not shown)
Line 1: Line 1:
==Oxygen==
==Oxygen==


Most teachers of [[TEI]] and [[EpiDoc]] courses or workshops use the Syncrosoft [[Oxygen]] XML editor, on the grounds that:
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 13: 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)
* [[Atom (editor)]] - https://atom.io/ (hackable text editor; includes [https://atom.io/packages/linter-autocomplete-jing RelaxNG validation], [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) (other [http://plugins.jedit.org/list.php?category=4 HTML/XML plugins])
* [[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])

Revision as of 12:30, 23 July 2019

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

  • ...