Slight additional clarification to TLD.

jsr154/src/share/dtd/web-jsptaglibrary_2_0.xsd
jsr152/src/share/dtd/web-jsptaglibrary_2_0.xsd
    - Clarified that body-content is not just a hint
    - Reformatted description for body-content with smaller margins
      for spec


--- Mark Roth, Java Software JSP 2.0 Co-Specification Lead Sun Microsystems, Inc.
Index: jsr152/src/share/dtd/web-jsptaglibrary_2_0.xsd
===================================================================
RCS file: 
/home/cvspublic/jakarta-servletapi-5/jsr152/src/share/dtd/web-jsptaglibrary_2_0.xsd,v
retrieving revision 1.13
diff -u -r1.13 web-jsptaglibrary_2_0.xsd
--- jsr152/src/share/dtd/web-jsptaglibrary_2_0.xsd      18 Aug 2003 17:41:20 -0000     
 1.13
+++ jsr152/src/share/dtd/web-jsptaglibrary_2_0.xsd      18 Aug 2003 18:47:14 -0000
@@ -131,8 +131,11 @@
     <xsd:annotation>
       <xsd:documentation>
 
-       Provides a hint as to the content of the body of this tag.
-       Primarily intended for use by page composition tools.
+        Specifies the type of body that is valid for a tag.
+       This value is used by the JSP container to validate
+       that a tag invocation has the correct body syntax and
+       by page composition tools to assist the page author
+       in providing a valid tag body.
 
        There are currently four values specified:
 
@@ -477,10 +480,11 @@
          <xsd:documentation>
 
            Specifies the format for the body of this tag.
-           The default in JSP 1.2 was "JSP" but because this is an invalid
-           setting for simple tag handlers, there is no longer a default
-           in JSP 2.0.  A reasonable default for simple tag handlers is
-           "scriptless" if the tag can have a body.
+           The default in JSP 1.2 was "JSP" but because this
+           is an invalid setting for simple tag handlers, there
+           is no longer a default in JSP 2.0.  A reasonable
+           default for simple tag handlers is "scriptless" if
+           the tag can have a body.
 
          </xsd:documentation>
        </xsd:annotation>
Index: jsr154/src/share/dtd/web-jsptaglibrary_2_0.xsd
===================================================================
RCS file: 
/home/cvspublic/jakarta-servletapi-5/jsr154/src/share/dtd/web-jsptaglibrary_2_0.xsd,v
retrieving revision 1.13
diff -u -r1.13 web-jsptaglibrary_2_0.xsd
--- jsr154/src/share/dtd/web-jsptaglibrary_2_0.xsd      18 Aug 2003 17:41:20 -0000     
 1.13
+++ jsr154/src/share/dtd/web-jsptaglibrary_2_0.xsd      18 Aug 2003 18:47:14 -0000
@@ -131,8 +131,11 @@
     <xsd:annotation>
       <xsd:documentation>
 
-       Provides a hint as to the content of the body of this tag.
-       Primarily intended for use by page composition tools.
+        Specifies the type of body that is valid for a tag.
+       This value is used by the JSP container to validate
+       that a tag invocation has the correct body syntax and
+       by page composition tools to assist the page author
+       in providing a valid tag body.
 
        There are currently four values specified:
 
@@ -477,10 +480,11 @@
          <xsd:documentation>
 
            Specifies the format for the body of this tag.
-           The default in JSP 1.2 was "JSP" but because this is an invalid
-           setting for simple tag handlers, there is no longer a default
-           in JSP 2.0.  A reasonable default for simple tag handlers is
-           "scriptless" if the tag can have a body.
+           The default in JSP 1.2 was "JSP" but because this
+           is an invalid setting for simple tag handlers, there
+           is no longer a default in JSP 2.0.  A reasonable
+           default for simple tag handlers is "scriptless" if
+           the tag can have a body.
 
          </xsd:documentation>
        </xsd:annotation>

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

Reply via email to