Summary
XSL Transformations were created to enable the same content to be rendered in multiple ways for different purposes. This tutorial has demonstrated the ways that you can use a Java servlet to distinguish between different requesters and return the appropriate content based on the appropriate style sheet. In this tutorial, you have learned how to:
- Execute a transformation
- Indicate a style sheet on an XML document
- Choose between different style sheets
- Use properties to choose from many different possibilities
- Use XSLT in conjunction with a Web service

