The XSLTemplates
parameter specifies whether to enable the transformation of action responses using XSL templates.
To transform the response to an action, set this configuration parameter to True
, and specify the name of the template in the action. For example:
localhost:1234/action=getstatus&template=MyTemplate
Note: You can only enable XSLTemplates
if the autnxslt
library is located in the same directory as your configuration file. If this file is not present, and XSLTemplates
is set to True
, the server does not start. If the autnxslt
library is not included in your installation, you can obtain it from HPE Support.
Type: | Boolean |
Default: | False |
Required: | No |
Configuration Section: | Server or Service |
Example: | XSLTemplates=True
|
See Also: | TemplateDirectory |
|