Creating an XSLT file

This procedure describes how to create an XSLT file.

To create an XSLT file:

  1. Open an XML editor, create an XSLT file (.xsl), validate it and save it anywhere in your local file system.
  2. Navigate to the one of the following properties file and open it in a text editing application:

    NOTE: Above the slash is a forward slash (/). This is appropriate only for users of Windows operating systems.

  3. In the following line, specify Y instead of N (the default).

    ctm.bpi.xslt.enable=N

  4. For the request, specify the full path where the XSLT file is saved in the following line, in place of the words xslt file path. All requests sent to this account are automatically transformed according to the specifications in your XSLT file:

    ctm.bpi.xslt.request.<account name>=xslt file path

  5. For the response, specify the full path where the XSLT file is saved in the following line, in place of the words xslt file path. All responses sent by this account are automatically transformed according to the specifications in your XSLT file:

    ctm.bpi.xslt.response.<account name>=xslt file path

  6. Close and save the Properties file.
  7. To enable these changes to take effect, you must restart the Control-M Web Services and Messaging API service or process.

Parent Topic

XML Transformation for Web Services or Messaging (XSLT)