The XSL Taglib is no longer supported; we recommend that you switch to
JSTL (the "Standard Taglib").

-- 
Shawn Bayern
"JSTL in Action"   http://www.jstlbook.com
(coming in July 2002 from Manning Publications)

On Thu, 4 Jul 2002, Hartmut Bernecker wrote:

> Hello,
> 
> Scenario:
> Some XML-Documents (in Request-Scope) have to be transformed at runtime
> in a JSP-Page.
> This is done using the XSL-Taglib of Apache. It works well (using Xalan
> 1)!
> 
> But now made a update from Java 1.3 to Java 1.4 and the transformation
> fails with following exception:
> javax.servlet.ServletException:
> org.apache.xalan.xslt.Process.getDefaultLiaison()Ljava/lang/String;
> ...
> java.lang.NoSuchMethodError:
> org.apache.xalan.xslt.Process.getDefaultLiaison()Ljava/lang/String;
> 
> I don't exactly know what happens and how to avoid it.
> I don't hope that the design of the application must be changed, but it
> seems to be so.
> Do you know a solution?
> Have you gathered some experience with Java 1.4 concerning XSLT?
> 
> H. Bernecker
> 
> 
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
> 


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to