kinman 2002/08/21 09:17:48 Modified: jsr152/src/share/dtd jsp_2_0.xsd Log: - Submitted by Mark Roth Patch to the XML Schema to accept the new <is-xml> element. Revision Changes Path 1.2 +19 -2 jakarta-servletapi-5/jsr152/src/share/dtd/jsp_2_0.xsd Index: jsp_2_0.xsd =================================================================== RCS file: /home/cvs/jakarta-servletapi-5/jsr152/src/share/dtd/jsp_2_0.xsd,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- jsp_2_0.xsd 13 Aug 2002 16:20:58 -0000 1.1 +++ jsp_2_0.xsd 21 Aug 2002 16:17:48 -0000 1.2 @@ -8,7 +8,7 @@ version="2.0"> <xsd:annotation> <xsd:documentation> -@(#)jsp_2_0.xsds 1.8 07/29/02 +%W% %G% </xsd:documentation> </xsd:annotation> @@ -138,6 +138,7 @@ - Control enabling of EL evaluation. - Control enabling of Scripting elements. - Indicate pageEncoding information. + - Indicating that a resource is a JSP document - Prelude and Coda automatic includes. </xsd:documentation> @@ -159,7 +160,7 @@ <xsd:annotation> <xsd:documentation> - Can be used to easily set the isElEnabled + Can be used to easily set the isELEnabled property of a group of JSP pages. By default, the EL evaluation is enabled for Web Applications using a Servlet 2.4 or greater web.xml. @@ -193,6 +194,22 @@ Can be used to easily set the isScriptingEnabled property of a group of JSP pages. By default, scripting is enabled. + + </xsd:documentation> + </xsd:annotation> + </xsd:element> + <xsd:element name="is-xml" + type="j2ee:true-falseType" + minOccurs="0"> + <xsd:annotation> + <xsd:documentation> + + If true, denotes that the group of resources + that match the URL pattern are JSP documents, + and thus must be interpreted as XML documents. + If false, the resources are assumed to not + be JSP documents, unless there is another + property group that indicates otherwise. </xsd:documentation> </xsd:annotation>
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>