Start of change

Additional steps for enabling the function for XSLTRANSFORM routines support

DB2® for z/OS® provides a function that you can call in your application programs to transform XML documents with XSL transformation processing.

Before you begin

Begin general-use programming interface information.
Before you complete this step, set up WLM application environments for Java routines, and either install the DB2-supplied routines during migration or install the DB2-supplied routines during installation.

About this task

DB2 provides the following function for XSL transform support:

  • SYSFUN.XSLTRANSFORM

Procedure

To enable the user-defined function for XSL transformation support:

Install Java support.

The XSLTRANSFORM function is a Java stored procedure and therefore requires Java support.

End of change