3

I'm a GNU Emacs user who uses nxml-mode for editing XML files, but I have a colleague who would like to use XEmacs for editing XML files. It seems as though my colleague can't use nxml-mode because the README file for that package says:

To use this, you need GNU Emacs version 21.x, preferably 21.3. GNU Emacs version 20 will not work properly, nor will XEmacs

What is a reasonable way to configure an XEmacs XML mode? Does it ship with one, or are there nice add-ons?

Greg Mattes
  • 33,090
  • 15
  • 73
  • 105

2 Answers2

2

If I'm not mistaken, XEmacs comes with sgml-mode and psgml-mode.
For more modes to edit XML, see http://www.emacswiki.org/emacs/XmlMode.

andre-r
  • 2,685
  • 19
  • 23
0

I used PSGML mode via XEmacs for several years and it is excellent. No support for RELAX NG, but terrific for anything you can dig up a DTD for.

Derek Slager
  • 13,619
  • 3
  • 34
  • 34