1999-02-12 15:44:04 +00:00
|
|
|
PSGML: a major mode for editing SGML and XML documents for emacs20.
|
|
|
|
|
|
|
|
--- Emacs Library Porting
|
|
|
|
|
|
|
|
PSGML is a major mode for editing SGML and XML documents. It works
|
|
|
|
with GNU Emacs 19.34, 20.3 and later or with XEmacs 19.9 and later.
|
|
|
|
PSGML contains a simple SGML parser and can work with any DTD.
|
|
|
|
Functions provided includes menus and commands for inserting tags with
|
|
|
|
only the contextually valid tags, identification of structural errors,
|
|
|
|
editing of attribute values in a separate window with information about
|
|
|
|
types and defaults, and structure based editing.
|
|
|
|
|
|
|
|
PSGML is installed the following directory tree:
|
2000-07-12 15:57:14 +00:00
|
|
|
${LOCALBASE}/share/emacs/site-lisp/psgml/
|
1999-02-12 15:44:04 +00:00
|
|
|
|
1999-10-16 11:58:04 +00:00
|
|
|
To use psgml, put the following setup into your ~/.emacs:
|
|
|
|
|
|
|
|
(require 'psgml-startup)
|
|
|
|
|
1999-03-02 10:12:10 +00:00
|
|
|
--- Porting by shige <shige@FreeBSD.ORG>.
|