: Concepts and use of AlcoveBook-SGML | ||
---|---|---|
Prev |
Psgml is a major mode for Emacs which allows to edit SGML. It offers interesting possibilities:
DTD analysis at document opening ;
context recognition: psgml gives you a list of valid elements, attributes, and attribute values, according to the current context, which allows you to give your document a better structure, to type less text, to improve its overall quality (it will help to make less errors) and to enlighten your day ;
clean formating and indentation: psgml nicely indents your text in an incremental way, according to nesting depth ;
SGML compilation and validation environment, as well as error analysis for a better ease of debugging (i.e. psgml jumps automatically to syntax errors) ;
motion commands specific to SGML: you can move from an element to the other, as well as in their hierarchy.