> Thomas Tolborg wrote:
> 
> Hi.
> 
> I have gotten the jakarta xsl taglib to work with Tomcat 3.2.1 perfectly.
> But when I try with WebSphere AS 3.5 ptf2 it fails. I have used the
> wartowebapp script to generate the correct webapp.
> 
> I use the examples from the new JavaServer Pages book from oreilly.
> 
> phone_html.jsp
> -------------------------
> <%@ page language="java" contentType="text/html" %>
> <%@ taglib uri="http://jakarta.apache.org/taglibs/xsl-1.0" prefix="xsl" %>
> 
> <html>
>   <head>
>     <title>Phone List</title>
>   </head>
>   <body bgcolor="white">
> 
>     <xsl:apply xsl="htmltable.xsl">

The xsl attribute value must start with a slash (/) and contain the
context-relative path for the XSL file. I.e., if the XSL file is in
the top-directory for the web application, use "/htmltable.xsl".

> [...]

Hans
-- 
Hans Bergsten           [EMAIL PROTECTED]
Gefion Software         http://www.gefionsoftware.com
Author of JavaServer Pages (O'Reilly), http://TheJSPBook.com

Reply via email to