Update games/scummvm to version 1.7.0
[dports.git] / textproc / xslide.el / pkg-descr
1 Emacs major mode for editing XSL stylesheets.
2
3 * FEATURES
4
5  - XSL customization group for setting some variables
6  - Initial stylesheet inserted into empty XSL buffers;
7  - "Template" menu for jumping to template rules, named templates, key
8    declarations, and attribute-set declarations in the buffer;
9  - `xsl-process' function that runs an XSL processor and collects the output;
10  - Predefined command line templates and error regexps for Java and
11    Windows executable versions of both XT and Saxon;
12  - Font lock highlighting so that the important information stands out;
13  - `xsl-complete' function for inserting element and attribute names;
14  - `xsl-insert-tag' function for inserting matching start- and end-tags;
15  - Automatic completion of end-tags;
16  - Automatic indenting of elements with user-definable indentation step; and
17  - Comprehensive abbreviations table to further ease typing.