Hi Rafael, I have difficulty to tell whether the meaning of the 1.1 spec is,
since it didn't
use the more familiar words like MUST or MAY to describe it. (and English is
not my
domain language.)
Orion 1.4.5 support almost all the other xml equivalent tags defined in the
spec such as
<jsp:directive>, <jsp:scriptlet>, and <jsp:expression>. But, as you pointed
out,
the xml equivalent tags cannot be mixed with the traditional jsp syntax in
the same file,
with means that the lack of support of one single tag will cause all the
rest of them
practically useless because it can't be substituted by the old fashion <%!
... %> alone.
I just wonder why the declaration tag has been "chosen" to be left alone
while the rest are
supported.
----- Original Message -----
From: "Rafael Alvarez" <[EMAIL PROTECTED]>
To: "Orion-Interest" <[EMAIL PROTECTED]>
Sent: Saturday, April 21, 2001 3:54 AM
Subject: Re[2]: <jsp:declaration> parsing error
> Hello doggie,
> Thanks for pointing it out. I misses it entirely!
>
> I found something interesting in the Specs:
> ###########################################################
> # Extracted from JavaServer Pages Specification Version 1.1
> ###########################################################
> 7 JSP Pages as XML Documents
> 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.
>
> ==================================================
>
> ###########################################################
> # Extracted from JavaServer Pages Specification Version 1.2
> ###########################################################
> 2.1.2 XML Document for a JSP Page
> All JSP pages have an equivalent XML document. This equivalent
> XML document is the view of the JSP page that is exposed to the
> translation phase (see below).
>
> A JSP page can also be written directly as its equivalent XML
document.
> Unlike in JSP 1.0 and JSP 1.1 containers, the XML document itself
can be
> delivered to a JSP container for processing.
>
> It is not valid to intermix "standard syntax" and XML syntax inside
the
> same source file. A JSP page (in either syntax) can include via a
directive
> a JSP page in either syntax.
>
> ================================================
>
> As I understood (please, correct me if I'm wrong) the JSP 1.1
> container is not forced to accept the XML representation.
> But Orion is suppose to implement JSP 1.2 features, so I don't know.
> Perhaps they left it out because there is not sure if it will be in
> the final draft.
>
>
> ----------------
> Best Regards mailto:[EMAIL PROTECTED]
> Rafael Alvarez
>
>
>
>