Yet another alternative is to utilize a browser plug-in that supports
XSLT, although this approach is probably most effective within the
confines of a corporation. In this environment, the browser can be
controlled to a certain extent, allowing client-side transformations
much sooner than possible on public web sites.
Because XSLT transformation on the client will likely be mired in
browser compatibility issues for several years, the role of Java with
respect to XSLT will continue to be important. One use will be to
detect the browser using a Java servlet, and then deliver the
appropriate stylesheet to the client only if a compliant browser is
in use. Otherwise, the servlet will drive the transformation process
by invoking the XSLT processor on the web server. Once we finish with
XSLT syntax in the next two chapters, the role of Java and XSLT will
be covered throughout the remainder of this book.
 |  |  |
1.4. Getting Started |  | 2. XSLT Part 1 -- The Basics |