summaryrefslogtreecommitdiff
path: root/textproc/xslide/DESCR
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2003-09-03 14:55:00 +0000
committerwiz <wiz@pkgsrc.org>2003-09-03 14:55:00 +0000
commitde7d8ad1100acf43d027a2d2fc5355948a095e11 (patch)
treeb056f54c14348e00927e7bb487a95d1aaef74ec0 /textproc/xslide/DESCR
parentebb438dccb5bae7db0ee365c3aa57c0bddd193a6 (diff)
downloadpkgsrc-de7d8ad1100acf43d027a2d2fc5355948a095e11.tar.gz
Initial import of xslide, an XSL major mode for emacs.
* FEATURES - XSL customization group for setting some variables - Initial stylesheet inserted into empty XSL buffers; - "Template" menu for jumping to template rules, named templates, key declarations, and attribute-set declarations in the buffer; - `xsl-process' function that runs an XSL processor and collects the output; - Predefined command line templates and error regexps for Java and Windows executable versions of both XT and Saxon; - Font lock highlighting so that the important information stands out; - `xsl-complete' function for inserting element and attribute names; - `xsl-insert-tag' function for inserting matching start- and end-tags; - Automatic completion of end-tags; - Automatic indenting of elements with user-definable indentation step; - `xsl-if-to-choose' converts <xsl:if> to <xsl:choose> with nested <xsl:when>; and - Comprehensive abbreviations table to further ease typing.
Diffstat (limited to 'textproc/xslide/DESCR')
-rw-r--r--textproc/xslide/DESCR22
1 files changed, 22 insertions, 0 deletions
diff --git a/textproc/xslide/DESCR b/textproc/xslide/DESCR
new file mode 100644
index 00000000000..f3216eec7eb
--- /dev/null
+++ b/textproc/xslide/DESCR
@@ -0,0 +1,22 @@
+XSL major mode for emacs.
+
+* FEATURES
+ - XSL customization group for setting some variables
+ - Initial stylesheet inserted into empty XSL buffers;
+ - "Template" menu for jumping to template rules, named templates, key
+ declarations, and attribute-set declarations in the buffer;
+ - `xsl-process' function that runs an XSL processor and collects the
+ output;
+ - Predefined command line templates and error regexps for Java and
+ Windows executable versions of both XT and Saxon;
+ - Font lock highlighting so that the important information stands
+ out;
+ - `xsl-complete' function for inserting element and attribute names;
+ - `xsl-insert-tag' function for inserting matching start- and
+ end-tags;
+ - Automatic completion of end-tags;
+ - Automatic indenting of elements with user-definable indentation
+ step;
+ - `xsl-if-to-choose' converts <xsl:if> to <xsl:choose> with
+ nested <xsl:when>; and
+ - Comprehensive abbreviations table to further ease typing.