Initial Commit
[packages] / xemacs-packages / xslt-process / TODO
1 - support the TraX interface, so that Xalan2 and Saxon 6.1(?) work
2 from the same Java class
3
4 - support for cached stylesheets
5
6 - allow for externally specified stylesheets. Define menu entries for
7 them that can be customized to appear as children of other menus than
8 the top level.
9
10 - allow starting an external program (possibly using metamail) based
11 on the media type specified in the stylesheet and on an association
12 (customizable in Emacs) between media types and MIME types. How to do
13 the same on Windows?
14
15 - automagically recognize the type of the result in the output buffer
16 and apply the right mode to it. Should this be based on the MIME type?