Date: Jan. 29, 2001
Link: http://www.onjava.com/pub/a/onjava/2000/12/15/xslt_servlets.html
Source Author or Organization: Eric M. Burke, O'Reilly Network
In this article, the author describes programming techniques commonly used when
Extensible Style Language Transformations (XSLT), Java Servlets, and XML are
combined to create sophisticated web applications. Topics covered include:
targeting
multiple incompatible browsers and/or other clients such as wireless devices, providing XML data feeds in addition to HTML
interfaces, designing modular applications to manage workflow and enforce a clean
separation between data, presentation, and programming logic, and targeting different languages and character sets from the same
data model.