Stanley Santiago wrote:
> I think my question has been misunderstood. I am not trying to generate XML from
> the JSP.
>
> I am trying to use the alternative XML -syntax- that chapter 7 of the JSP 1.1
> spec proposes.
>
> For example:
>
> <%@ page ... > could be written as <jsp:directive.page ../>
>
> <%@ include ... %> could be written as <jsp:directive.include ../>
>
> Tomcat does not seem to "recognize" the -jsp xml syntax- and as - jsp standard
> syntax- .
>
At this time, Tomcat does not recognize the XML syntax for a JSP page. Very early
versions recognized about three quarters of the XML syntax (and, worse, allowed you
to intermix the two styles), but this was pulled out because it was both incomplete
and incorrect.
The XML syntax in the JSP 1.1 spec has some problems that are being worked on for
JSP 1.2.
>
> Thanks,
> Stan
>
Craig McClanahan
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html
http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets