xslconfig

This command assigns a compile options policy to an XML manager.

Syntax

xslconfig manager policy

no xslconfig manager

Parameters

manager
Specifies the name of the XML manager.
policy
Specifies the name of a compile options policy.

Guidelines

The xslconfig command enables stylesheet profiling with a compile options policy. Stylesheet profiling consists of associating a compile options policy with an XML manager. After you associate the compile options policy, the XML manager profiles all stylesheets that match the policy definitions.

To create a compile options policy, use the compile-options command with the profile or debug command.

Use the no xslconfig command to remove the assignment of a compile options policy from an XML manager.

Examples

  • Assign the TestCustomer-1 compile options policy to the mgr1 XML manager.
    # xslconfig mgr1 TestCustomer-1
  • Disable stylesheet profiling for the mgr1 XML manager.
    # no xslconfig mgr1