| home / experts / xml / column37 |
|
|
As mentioned earlier, the basis for our approach is a JSP-enabled Web server. We use for our example the popular and easy to install Tomcat servlet engine, the successor of the well-known JServ engine in the Jakarta project. It provides, besides the servlet container, also a runtime environment for JSPs. The big advantage of Tomcat is that it can be operated in stand-alone mode and therefore as a full Web server as well as with dedicated Web servers such as Apache, Microsoft Internet Information Server and Netscape Enterprise Server. Since Tomcat is written in Java, it requires a Java runtime version 1.1 or higher. To set it all up:
<taglib>
<taglib-uri>http://jakarta.apache.org/taglibs/xsl-1.0</taglib-uri>
<taglib-location>/WEB-INF/xsl.tld</taglib-location>
</taglib>
An example follows.
Produced by Michael Claßen
URL: http://www.webreference.com/xml/column37/2.html
Created: Aug 15, 2001
Revised: Aug 15, 2001