Posted By:
Anonymous
Posted On:
Friday, December 8, 2006 04:13 AM
In my application, i am using xml tag for jstl for processing xml data.
the code i used is :
<%@ taglib uri="http://java.sun.com/jstl/xml" prefix="x" %>
[Select]
'>
when i run the page on server, an exception is thrown which says: javax.servlet.jsp.JspException: Content is not allowed in prolog.
i have added the saxpath.jar to my lib along with jstl.jar and standard.jar.
where am i going wrong? can anyone help me?