[portal-commits] JBoss Portal SVN: r8819 - branches/JBoss_Portal_Branch_2_6/core/src/resources/portal-core-sar/dtd.

portal-commits at lists.jboss.org portal-commits at lists.jboss.org
Fri Nov 2 05:37:03 EDT 2007


Author: thomas.heute at jboss.com
Date: 2007-11-02 05:37:03 -0400 (Fri, 02 Nov 2007)
New Revision: 8819

Modified:
   branches/JBoss_Portal_Branch_2_6/core/src/resources/portal-core-sar/dtd/portlet-instances_2_6.dtd
Log:
Add display-name to the DTD

Modified: branches/JBoss_Portal_Branch_2_6/core/src/resources/portal-core-sar/dtd/portlet-instances_2_6.dtd
===================================================================
--- branches/JBoss_Portal_Branch_2_6/core/src/resources/portal-core-sar/dtd/portlet-instances_2_6.dtd	2007-11-01 23:56:25 UTC (rev 8818)
+++ branches/JBoss_Portal_Branch_2_6/core/src/resources/portal-core-sar/dtd/portlet-instances_2_6.dtd	2007-11-02 09:37:03 UTC (rev 8819)
@@ -74,7 +74,7 @@
 </instance>
 
 -->
-<!ELEMENT instance (instance-id,portlet-ref,preferences?,security-constraint?)>
+<!ELEMENT instance (instance-id,portlet-ref,display-name*,preferences?,security-constraint?)>
 
 <!--
 The identifier of the instance.
@@ -87,6 +87,14 @@
 <!ELEMENT portlet-ref (#PCDATA)>
 
 <!--
+Display name is the string used to represent this instance
+-->
+<!ELEMENT display-name (#PCDATA)>
+<!ATTLIST display-name
+  xml:lang        NMTOKEN       #IMPLIED
+>
+
+<!--
 The preferences element configures the instance with a specific set of preferences.
 -->
 <!ELEMENT preferences (preference)>




More information about the portal-commits mailing list