You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@click.apache.org by sa...@apache.org on 2010/04/10 07:13:43 UTC

svn commit: r932668 - /click/trunk/click/framework/src/org/apache/click/click.dtd

Author: sabob
Date: Sat Apr 10 05:13:43 2010
New Revision: 932668

URL: http://svn.apache.org/viewvc?rev=932668&view=rev
Log:
updated dtd

Modified:
    click/trunk/click/framework/src/org/apache/click/click.dtd

Modified: click/trunk/click/framework/src/org/apache/click/click.dtd
URL: http://svn.apache.org/viewvc/click/trunk/click/framework/src/org/apache/click/click.dtd?rev=932668&r1=932667&r2=932668&view=diff
==============================================================================
--- click/trunk/click/framework/src/org/apache/click/click.dtd (original)
+++ click/trunk/click/framework/src/org/apache/click/click.dtd Sat Apr 10 05:13:43 2010
@@ -19,6 +19,17 @@
    under the License.
 -->
 
+<!--
+     DTD for the Click Application Configuration File, Version 2.2
+
+     To support validation of your configuration file, include the following
+     DOCTYPE element at the beginning (after the "xml" declaration):
+
+     <!DOCTYPE click-app PUBLIC
+       "-//Apache Software Foundation//DTD Click Configuration 2.2//EN"
+       "http://click.apache.org/dtds/click_2_2.dtd">
+-->
+
 <!-- The Click Application (click.xml) Document Type Definition. -->
 <!ELEMENT click-app (pages*, headers?, format?, mode?, controls?, file-upload-service?, log-service?, template-service?, page-listener*)>
   <!ATTLIST click-app charset CDATA #IMPLIED>
@@ -28,7 +39,7 @@
   <!ELEMENT pages (page*, excludes*)>
     <!ATTLIST pages package CDATA #IMPLIED>
     <!ATTLIST pages automapping (true|false) "true">
-    <!ATTLIST pages autobinding (annotation|public|none) "annotation">
+    <!ATTLIST pages autobinding (default|annotation|none) "default">
 
     <!-- Page definition. -->
     <!ELEMENT page (header*)>