Hi,

    Long time ago, I ask the same question, and got no answer.
and I found these in JavaServer Pages Specification 2.0:

> JSP.6.2.4 JSP Document Validation
>
>   A JSP Document with a DOCTYPE declaration must be validated
> by the container in the translation phase. Validation errors
> must be handled the same way as any other translation phase
> errors, as described in Section JSP.1.4.1.
>
>   JSP 2.0 requires only DTD validation for JSP Documents;
> containers should not perform validation based on other
> types of schemas, such as XML schema.

Maybe the validate should not make for internal DTD declarations,
and IMHO, that kind of  Specification is stupid, JSP should just be
template engine, not XML validator, if I want validate, I think I know
how to do it, for template engine, the XML file well-formed is enough.

Regards




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to