|
[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] XML from JSP
Can someone tell me whats wrong with this?
I get the following error msg:
org.apache.jasper.JasperException: Parse Error in the tag library
descriptor: Element "web-app" does not allow "servlet" here.
JSP
----
<%@ page
import="java.io.*,
java.sql.*,
com.cysive.airbank.*,
java.util.*"
contentType="text/vnd.wap.wml"
%>
<%@taglib uri="http://jakarta.apache.org/taglibs/xsl-1.0"
prefix="xsltlib" %>
<%
StringBuffer b = new StringBuffer();
b.append("<errorMsg>");
b.append("<text>Invalid UserID,try again</text>");
b.append("</errorMsg>");
%>
<xsltlib:apply xml="<%=b.toString()%>" xsl="errorWML.xsl"/>!
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|
|||||||||

Cart








