Chapter 6. Frequently Asked Questions

6.1. General
Q: How to use another XSL processor?
6.2. History
Q: How can I remove a file from the bookmarks

6.1. General

A: By specifying the classname as a parameter on the commandline, For example

[-DXSLProcessor=com.lunatech.xmleditor.xsl.ExportXSL_XALAN]
. Currently the editor supports three XSL engines:

  • SAXON (built in), this is the default one so you do not have to specify it. The class name is com.lunatech.xmleditor.xsl.ExportXSL_SAXON

  • XT, the class name is com.lunatech.xmleditor.xsl.ExportXSL_XT

  • XALAN, the class name is com.lunatech.xmleditor.xsl.ExportXSL_XALAN

Please keep in mind that you have to take care that the requiered libraries are in the classpath.

6.2. History

A: Open an open /save dialog, right click on the bookmark entry you whish to remove and select Remove from the popup menu.