I found what's causing this wierd (SAXException: Content is not allowed in prolog) error. the solution is to use xsd instead of (or with) the dtd in web.xml
<web-app xmlns="http://java.sun.com/xml/ns/j2ee";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee web-app_2_4.xsd"
version="2.4">


I hope someone finds the time to fix xerces/tomcat if that's where it's coming from. and I wish there was an easy way (jvm property) to turn the absurd xml validation. anyhow to reproduce use jstl-examples (xml tags) with tomcat and xerces. don't forget to endorse jdk1.4 with xerces and xalan.
--Iyad


_________________________________________________________________
STOP MORE SPAM with the new MSN 8 and get 2 months FREE* http://join.msn.com/?page=features/junkmail



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



Reply via email to