You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Jay Wright <jw...@once.com> on 2001/10/10 21:30:08 UTC

taglib dtd

What is the dtd that I should use with tomcat 4.0 for *.tld files that
define jsp taglibs.  I have been using:

 <!DOCTYPE taglib
      PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.1//EN"
	"http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_1.dtd">

though it implies jsp 1.1, not jsp 1.2.

Thanks,
Jay

Re: taglib dtd

Posted by "Craig R. McClanahan" <cr...@apache.org>.
JSP 1.2 Specification, Section 7.3.1:

  <!DOCTYPE taglib PUBLIC
   "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.2//EN"
   "http://java.sun.com/dtd/web-jsptaglibrary_1_2.dtd">

On Wed, 10 Oct 2001, Jay Wright wrote:

> Date: Wed, 10 Oct 2001 12:30:08 -0700
> From: Jay Wright <jw...@once.com>
> Reply-To: tomcat-user@jakarta.apache.org
> To: "'tomcat-user@jakarta.apache.org'" <to...@jakarta.apache.org>
> Subject: taglib dtd
>
>
> What is the dtd that I should use with tomcat 4.0 for *.tld files that
> define jsp taglibs.  I have been using:
>
>  <!DOCTYPE taglib
>       PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.1//EN"
> 	"http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_1.dtd">
>
> though it implies jsp 1.1, not jsp 1.2.
>
> Thanks,
> Jay
>