mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
3a6f1c5849
PR: ports/9637 Submitted by: Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp>
17 lines
702 B
Plaintext
17 lines
702 B
Plaintext
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:
|
|
${PREFIX}/share/emacs/site-lisp/psgml/
|
|
|
|
--- Porting by shige <shige@kuis.kyoto-u.ac.jp>
|