You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Anne and Bill Moore <nz...@bellsouth.net> on 2000/11/21 04:24:17 UTC

JSP 1.1 XML format tags

Does Tomcat support JSPs where the tags are coded in XML format as
specified in the JSP1.1 spec? I have tried Tomcat V3.1 and 3.2 beta 7
and they do not seem to recognize XML format tags.
-- 
Thanks and Regards
Anne and Bill Moore
nzmoore@bellsouth.net
Remember: Life is too short to drink bad wine!!!

Re: JSP 1.1 XML format tags

Posted by Anne and Bill Moore <nz...@bellsouth.net>.
"Craig R. McClanahan" wrote:
> 
> Anne and Bill Moore wrote:
> 
> > Does Tomcat support JSPs where the tags are coded in XML format as
> > specified in the JSP1.1 spec? I have tried Tomcat V3.1 and 3.2 beta 7
> > and they do not seem to recognize XML format tags.
> 
> For Tomcat 3.x (JSP 1.1), the answer is no.
> 
> For Tomcat 4.0 (JSP 1.2), the answer is yes.
> 
--
Craig
Thanks for the clarification - it seems I was working from an old
version of the JSP1.1 spec or had not remebered it correctly - I just
checked the final release again and it has the following all important
sentences about XML tags:
"The JSP page to XML document mapping is not visible to JSP 1.1
containers; it will receive substantial emphasis in the next releases of
the JSP specification. Since the mapping has not received great usage,
we particularly encourage feedback in this area."

I am sure you knew this anyway - it certainly explains why its not in
Tomcat 3.x, but thanks again for the reply.
 
Thanks and Regards
Anne and Bill Moore
nzmoore@bellsouth.net
Remember: Life is too short to drink bad wine!!!

Re: JSP 1.1 XML format tags

Posted by "Craig R. McClanahan" <Cr...@eng.sun.com>.
Anne and Bill Moore wrote:

> Does Tomcat support JSPs where the tags are coded in XML format as
> specified in the JSP1.1 spec? I have tried Tomcat V3.1 and 3.2 beta 7
> and they do not seem to recognize XML format tags.

For Tomcat 3.x (JSP 1.1), the answer is no.

For Tomcat 4.0 (JSP 1.2), the answer is yes.

> --
> Thanks and Regards
> Anne and Bill Moore
> nzmoore@bellsouth.net
> Remember: Life is too short to drink bad wine!!!

or beer :-)

Craig McClanahan