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 note that the XSL files must have an "xslt"
extension otherwise they are not found