You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Ovidiu Predescu <ov...@cup.hp.com> on 2001/02/15 11:15:50 UTC

[ANNOUNCE] XSLT-process 1.2 available

XSLT-process is a minor mode for (X)Emacs that allows you to invoke an
XSLT processor of choice on a buffer, displaying the result in an
additional buffer. Currently supported processors include Xalan 1.x,
and Saxon 5.x and 6.x. Cocoon 1.8.x, an XML publishing framework, is
also supported through its command line interface. Support for other
Java XSLT processors could be added easily.

The homepage of XSLT-process is located at:

http://www.geocities.com/SiliconValley/Monitor/7464/emacs/xslt-process/

Changes since 1.1
=================

This is the list of changes since the 1.1 release.

* Added support for the TrAX interface, thanks to Allan Erskine
  (mailto:a.erskine@cs.ucl.ac.uk). Currently Saxon 6.2 and Xalan2
  have been tested. The TrAX interface caches the XSLT stylesheets
  in the processor driver in a compiled form, so the speed of the
  processing is increased.

* The mode is now running with GNU Emacs on Windows NT/2000, thanks to
  Allan Erskine (mailto:a.erskine@cs.ucl.ac.uk) for figuring out the
  issues

* Changed again the keyboard binding, this time to `C-c C-x C-v', as
  `C-M-x' doesn't work on Windows systems.

* The documentation has been reorganized a little bit to be more
  logical.

Re: [ANNOUNCE] XSLT-process 1.2 available

Posted by Michael Bierenfeld <mi...@atmiralis.de>.
Great !

Since we do not have dtd´s (Shame on me ;-) I have have problems with
the xml-mode. Is there a way to automatically generate a dtd from
xml-files or to use psgml without an dtd. I do not care about
autoinserting tags, editing attributes and so on. But I do care about
syntay highlighting an braces (End Tags).

Any help appretiated

Regards

Michael