Patch to the XML Schema to accept the new <is-xml> element.  Eduardo and
I forgot to add it before PFD.

        - Mark




Index: jsr152/src/share/dtd/jsp_2_0.xsd
===================================================================
RCS file: /home/cvspublic/jakarta-servletapi-5/jsr152/src/share/dtd/jsp_2_0.xsd,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 jsp_2_0.xsd
--- jsr152/src/share/dtd/jsp_2_0.xsd	13 Aug 2002 16:20:58 -0000	1.1.1.1
+++ jsr152/src/share/dtd/jsp_2_0.xsd	21 Aug 2002 03:09:57 -0000
@@ -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]>

Reply via email to