Class MCRPostProcessorXSL

java.lang.Object
org.mycore.frontend.xeditor.MCRPostProcessorXSL
All Implemented Interfaces:
MCRXEditorPostProcessor

public class MCRPostProcessorXSL extends Object implements MCRXEditorPostProcessor
PostProcessor for MyCoRe editor framework that allows execution of XSLT stylesheets after an editor is closed <xed:post-processor class="org.mycore.frontend.xeditor.MCRPostProcessorXSL" xsl="editor/ir_xeditor2mods.xsl" transformer="saxon" /> You can specify with param xsl the stylesheet, which should be processed and you can specify with parm transformer the XSLStylesheetProcessor ('xalan' or 'saxon'). If no transformer is specified the default transformer will be used (property: MCR.LayoutService.TransformerFactoryClass).