Yes. You can turn on XML validation of the XML file before using it - but
many people believe that should be a build time exercise and not a run/deploy
time exercise.
-Tim
MiSt wrote:
Tim Funk:
Listeners are allowed in TLD files.
Thanks for answer
You are right. Element listener is allowed in tld from version 1.2
http://java.sun.com/dtd/web-jsptaglibrary_1_2.dtd
but not in 1.1
http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_1.dtd
My tld file
<!DOCTYPE taglib PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library
1.1//EN" "http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_1.dtd">
<taglib>
<tlibversion>1.2</tlibversion>
<jspversion>1.1</jspversion>
(...)
it is ok that tomcat doesnt ignore illegal element?
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]