This section describes a program that uses the XSLTC transformer.
The section provides a method for using the XSLTC transformer function by changing the sample program described in 5.7 Sample Program that Uses the XSLT Transformer.
The following figure shows the changes to the program to enable use of the XSLTC transformer function. The changes shown in this figure make the XSLTC transformer function available. The method for executing the program and the execution result are identical to the sample program for using XSLT transformers. For details, see 5.7.6 Execution Result of the Sample Program (SampleXSLT.java).
Figure 5-7 Changes to the program to enable use of the XSLTC transformer function
The following describes the changes to the program. Each item number corresponds to the number in the comments in the program.