You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tiles.apache.org by ap...@apache.org on 2008/10/05 18:17:15 UTC

svn commit: r701820 - /tiles/framework/trunk/tiles-core/src/main/resources/org/apache/tiles/resources/tiles-config_2_1.dtd

Author: apetrelli
Date: Sun Oct  5 09:17:13 2008
New Revision: 701820

URL: http://svn.apache.org/viewvc?rev=701820&view=rev
Log:
TILES-317
The docs for "inherit" and "cascade" attributes of <put-list-attribute> were inverted: fixed.

Modified:
    tiles/framework/trunk/tiles-core/src/main/resources/org/apache/tiles/resources/tiles-config_2_1.dtd

Modified: tiles/framework/trunk/tiles-core/src/main/resources/org/apache/tiles/resources/tiles-config_2_1.dtd
URL: http://svn.apache.org/viewvc/tiles/framework/trunk/tiles-core/src/main/resources/org/apache/tiles/resources/tiles-config_2_1.dtd?rev=701820&r1=701819&r2=701820&view=diff
==============================================================================
--- tiles/framework/trunk/tiles-core/src/main/resources/org/apache/tiles/resources/tiles-config_2_1.dtd (original)
+++ tiles/framework/trunk/tiles-core/src/main/resources/org/apache/tiles/resources/tiles-config_2_1.dtd Sun Oct  5 09:17:13 2008
@@ -180,15 +180,15 @@
 -->
 <!ATTLIST put-list-attribute role             CDATA            #IMPLIED>
 <!--
-@attr cascade        If true, the attribute will be cascaded to all inner
-                     definitions. By default, cascade is false.
--->
-<!ATTLIST put-list-attribute inherit          %Boolean;        #IMPLIED>
-<!--
 @attr inherit        If true, the attribute will put the elements of the attribute
                      with the same name of the parent definition before the ones
                      specified here. By default, it is 'false'.
 -->
+<!ATTLIST put-list-attribute inherit          %Boolean;        #IMPLIED>
+<!--
+@attr cascade        If true, the attribute will be cascaded to all inner
+                     definitions. By default, cascade is false.
+-->
 <!ATTLIST put-list-attribute cascade          %Boolean;        #IMPLIED>
 
 <!-- ========== Subordinate Elements ====================================== -->