Overview

This Service functions as a XSLT component.

It is written for use in Turbine but it can be used in Avalon compatible container.

Configuration

First, here is the role configuration.

    
        <role
            name="org.apache.fulcrum.xslt.XSLTService"
            shorthand="xslt"
            default-class="org.apache.fulcrum.xslt.DefaultXSLTService"/>
    
    

And here is the configuration:


    
        <xslt path="/WEB-INF/stylesheets" cache="true"/>
    
    

Usage

Please look at the org.apache.turbine.modules.layouts.VelocityXslLayout for an example usage pattern.