Check up if they (apache) have moved their xsl1-1.0 reference. I can
come with only this from the top of my head.
Regards,
Amit Ghaste
-----Original Message-----
From: A mailing list about Java Server Pages specification and reference
[mailto:JSP-INTEREST@(protected)
Faxin.Zhao@(protected)
Sent: Friday, July 18, 2003 3:32 AM
To: JSP-INTEREST@(protected)
Subject: How to cdynamically onvert XML to HTML using JSP?
Hi,
I have a problem.
I can search an account using a servlet and a jsp file,
and show the results using XML.
Now I need to minitor those output and show it using HTML.
I run the following jsp, but got error:
<%@(protected)"
%>
<html>
<head>
<title>Account Monitor</title>
</head>
<body>
<center>
Minitor
<p></p>
<xslt:apply xml
="http://localhost/servlet/acctMonitor?acctKey=1234678&branch=BIC" xsl
="bic.xsl"/>
</center>
</body>
</html>
What's wrong?
Thanks in advance.
Exception in jsp:
org.apache.jasper.JasperException: Could not locate TLD
META-INF/taglib.tld
at
org.apache.jasper.compiler.TagLibraryInfoImpl.(TagLibraryInfoImpl.java:2
17)
at
org.apache.jasper.compiler.JspParseEventListener.handleDirective(JspPars
eEventListener.java:648)
at
org.apache.jasper.compiler.DelegatingListener.handleDirective(Delegating
Listener.java:110)
at
org.apache.jasper.compiler.Parser$Directive.accept(Parser.java:194) at
org.apache.jasper.compiler.Parser.parse (
Parser.java:984) at
org.apache.jasper.compiler.Parser.parse (
Parser.java:959) at
org.apache.jasper.compiler.Parser.parse (
Parser.java:955) at
org.apache.jasper.compiler.Compiler.compile (
Compiler.java:140) at
org.apache.jasper.runtime.JspLoader.loadJSP (
JspLoader.java:226) at
org.apache.jasper.runtime.JspServlet$JspServletWrapper.loadIfNecessary(J
spServlet.java:142)
at
org.apache.jasper.runtime.JspServlet$JspServletWrapper.service(JspServle
t.java:153)
at
org.apache.jasper.runtime.JspServlet.serviceJspFile (
JspServlet.java:245)
at
org.apache.jasper.runtime.JspServlet.service (
JspServlet.java:350) at
javax.servlet.http.HttpServlet.service (
HttpServlet.java:868) at
com.gefionsoftware.server.ServletContextImpl$ServletHandler.call(Servlet
ContextImpl.java)
at
com.gefionsoftware.server.ServletContextImpl.executeServlet(ServletConte
xtImpl.java)
at
com.gefionsoftware.server.ServletContextImpl.execute(ServletContextImpl.
java)
at
com.gefionsoftware.server.GenericServer.execute(GenericServer.java) at
com.gefionsoftware.server.lws.LiteWebServer$RequestHandler.run(LiteWebSe
rver.java)
at
se.pureit.util.ThreadPool$WorkThread.startRunnable(ThreadPool.java) at
se.pureit.util.ThreadPool$WorkThread.run(ThreadPool.java)
========================================================================
===
To unsubscribe: mailto listserv@(protected)
JSP-INTEREST".
For digest: mailto listserv@(protected)
DIGEST".
Some relevant archives, FAQs and Forums on JSPs can be found at:
http://java.sun.com/products/jsp
http://archives.java.sun.com/jsp-interest.html
http://forums.java.sun.com
http://www.jspinsider.com
===========================================================================
To unsubscribe: mailto listserv@(protected)".
For digest: mailto listserv@(protected)".
Some relevant archives, FAQs and Forums on JSPs can be found at:
http://java.sun.com/products/jsp
http://archives.java.sun.com/jsp-interest.html
http://forums.java.sun.com
http://www.jspinsider.com