XSLTMethod - Edit: Modify an XSLTMethod This screen is used to change the transformer stylesheet used by this XSLTMethod, or change the type of result object for the results of the transformation. See the readme and tutorial files for more information. Entry Fields 'XSL Transformer ID' -- The ID of the XSLT for this XSLTMethod to use. It will be found by acquisition, so it can reside in this folder or any parent Zope folders, up to the root of the hierarchy. **IMPORTANT** folder names can also be used, if the transformer is located in a sibling folder (rather than parent, grandparent, etc.) for example 'asibling/directory/myxslt' is a valid transformerID. 'Behave like...' -- What kind of Zope object should the transformer produce? For example, if 'behave_like' is set to DTMLDocument, then dtml expressions in the result will be evaluated. This property can be changed later. The most natural setting, though, is probably to behave like the source object. That is, if you apply a transformer to a DTMLDocument, produce another DTMLDocument, and so on. However, the source object must be one of the supported options in that case. 'Cache Manager' -- If a cache manager is found, this displays a link to it. If not, it displays the message 'Not available'