XML/XSLT FAQ
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
XPath Functions
XML and XSLT
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:

  1. The request attribute caucho.xsl.stylesheet
  2. The processing directive <?xml-stylesheet type="text/xsl" href="...."?> in the source document
  3. default.xsl

More information is provided in the documentation for XsltFilter.


XPath Functions
XML and XSLT
Scrapbook
Copyright © 1998-2006 Caucho Technology, Inc. All rights reserved.
Resin ® is a registered trademark, and Quercustm, Ambertm, and Hessiantm are trademarks of Caucho Technology.