Author: bdaw
Date: 2007-05-02 03:58:28 -0400 (Wed, 02 May 2007)
New Revision: 7171
Modified:
trunk/core/src/resources/portal-core-sar/dtd/portal-object_2_6.dtd
trunk/core/src/resources/portal-core-sar/dtd/portlet-instances_2_6.dtd
Log:
- update XML comments in dtd files
Modified: trunk/core/src/resources/portal-core-sar/dtd/portal-object_2_6.dtd
===================================================================
--- trunk/core/src/resources/portal-core-sar/dtd/portal-object_2_6.dtd 2007-05-02 07:45:43
UTC (rev 7170)
+++ trunk/core/src/resources/portal-core-sar/dtd/portal-object_2_6.dtd 2007-05-02 07:58:28
UTC (rev 7171)
@@ -280,7 +280,8 @@
<!ELEMENT security-constraint (policy-permission*)>
<!--
-The policy-permission element is used to secure a specific portal page based on a
user's role.
+The policy-permission element is used to secure a specific portal page based on a
+user's role.
-->
<!ELEMENT policy-permission (action-name*,unchecked?,role-name*)>
@@ -297,7 +298,8 @@
<!ELEMENT unchecked EMPTY>
<!--
-The action-name element is used to define the access rights given to the role defined.
Possible values are:
+The action-name element is used to define the access rights given to the role defined.
+Possible values are:
* view - Users can view the page.
-->
Modified: trunk/core/src/resources/portal-core-sar/dtd/portlet-instances_2_6.dtd
===================================================================
--- trunk/core/src/resources/portal-core-sar/dtd/portlet-instances_2_6.dtd 2007-05-02
07:45:43 UTC (rev 7170)
+++ trunk/core/src/resources/portal-core-sar/dtd/portlet-instances_2_6.dtd 2007-05-02
07:58:28 UTC (rev 7171)
@@ -40,10 +40,11 @@
<!ELEMENT deployment (if-exists?,instance)>
<!--
-The if-exists element is used to define action to take if instance with such name is
already present.
-Possible values are overwrite or keep . Overwrite will destroy the existing object in
the database
-and create a new one, based on the content of the deployment. Keep will maintain the
existing object
-deployment or create a new one if it does not yet exist.
+The if-exists element is used to define action to take if instance with such name is
+already present. Possible values are overwrite or keep . Overwrite will destroy the
+existing object in the database and create a new one, based on the content of the
+deployment. Keep will maintain the existing object deployment or create a new one if
+it does not yet exist.
-->
<!ELEMENT if-exists (#PCDATA)>
@@ -127,17 +128,20 @@
<!ELEMENT security-constraint (policy-permission*)>
<!--
-The policy-permission element is used to secure a specific portlet instance based on a
user's role.
+The policy-permission element is used to secure a specific portlet instance based on a
+user's role.
-->
<!ELEMENT policy-permission (action-name*,unchecked?,role-name*)>
<!--
-The action-name element is used to define the access rights given to the role defined.
Possible values are:
+The action-name element is used to define the access rights given to the role defined.
+Possible values are:
* view - Users can view the page.
* viewrecursive - Users can view the page and child pages.
* personalize - Users are able to view AND personalize the page.
- * personalizerecursive - Users are able to view AND personalize the page AND its
child pages.
+ * personalizerecursive - Users are able to view AND personalize the page AND its
child
+ pages.
-->
<!ELEMENT action-name (#PCDATA)>
Show replies by date