| ||||||||||
Resin 3.1 Documentation Examples Changes Overview Installation Configuration Quercus SOA/IoC JSP Servlets and Filters Admin (JMX) EJB Amber Security Performance Hessian XML and XSLT Third-party Troubleshooting/FAQ Introduction JAXP XML Path Language (XPath) XSLT Filter XSLT XPath Functions FAQ Scrapbook |
How do I configure Resin 3 to apply a server-side XSLT transformation?You must now explicitly enable this functionality with the use of XsltFilter. How do I indicate the stylesheet to use for the transformation?Resin's XsltFilter determines the stylesheet to apply from the first of:
More information is provided in the documentation for XsltFilter.
|