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



Reply via email to