Dr. Martin Goik wrote: > I'd like to use Antenna House's FO processor. So far two FO plugins are > provided for Xmleditor namely for using Apache's FOP and RenderX's Xep.
Unlike Apache's FOP and RenderX's XEP, Antenna House's (probably excellent) XSL-FO processor is not written in 100% Java[tm] (though it may have a Java API). Otherwise we would have purchased it and we would have written a plug-in for it. > The documentation regarding Xmlmind's <processFO ...> element contains: > >> processor >> >> Specifies which FO processor to use. >> >> Unlike the XSLT engine used by a transform element, the FO processor >> used to perform this conversion is not built-in into XXE. A FO processor >> plug-in having a name equals the value of the processor attribute >> (case-insensitive) must have been registered with XXE. > > So I'm looking for Hints how to do this. Since there is no appropriate > Plugin available is there another way to specify a FO conversion process > via xslMenu.incl? > Sure. replace the <processFO> child element of a <process> command by a <shell> child element which would invoke Antenna House's command-line. See http://www.xmlmind.com/xmleditor/_distrib/doc/commands/shell.html

