You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Tony LaPaso <tl...@attbi.com> on 2002/08/25 06:03:58 UTC

??? The JSP 2 DTD is Wrong, I Think ???

Hi all,

I'm no expert on XML yet but I was wondering if anyone else was
having a problem with the "jspxml.dtd" that's distributed
w/Tomcat 4.1.9. This is the same DTD that appears in Appendix
JSP.B of the JSP 1.2 Spec.

The last element is defined as:


<!ELEMENT jsp:text #PCDATA>

I think it should be:

<!ELEMENT jsp:text (#PCDATA)>

I was getting a parsing error without the parentheses.

BTW, what the heck is "jsp12.dtd" for (also included w/Tomcat
4.1.9)?

Thanks...

Tony


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>