Malformed dtd for 2.2, comments missing exclamation mark
--------------------------------------------------------

                 Key: CLK-678
                 URL: https://issues.apache.org/jira/browse/CLK-678
             Project: Click
          Issue Type: Bug
    Affects Versions: 2.2.0
            Reporter: Angela D
            Priority: Minor


The DTD given at http://click.apache.org/docs/click-dtd.html is malformed; 
missing multiple !'s at comment start.  below is a diff for the required 
corrections

--- C:/temp/click-dtd_old.html  Thu Jun  3 00:53:04 2010
+++ C:/temp/click-dtd_new.html  Thu Jun  3 00:56:20 2010
@@ -55,7 +55,7 @@
   &lt;!ATTLIST <span class="red">click-app</span> <span 
class="blue">charset</span> CDATA #IMPLIED&gt;
   &lt;!ATTLIST <span class="red">click-app</span> <span 
class="blue">locale</span> CDATA #IMPLIED&gt;
 
-  &lt;-- Application pages. --&gt;
+  &lt;!-- Application pages. --&gt;
   &lt;!ELEMENT <span class="red">pages</span> (<span 
class="blue">page</span>*, <span class="blue">excludes</span>*)&gt;
     &lt;!ATTLIST <span class="red">pages</span> <span 
class="blue">package</span> CDATA #IMPLIED&gt;
 
@@ -97,12 +97,12 @@
   &lt;!-- Application deployable controls. --&gt;
   &lt;!ELEMENT <span class="red">controls</span> (<span 
class="blue">control</span>*, <span class="blue">control-set</span>*)&gt;
   
-    &lt;-- Deployable control class. --&gt;
+    &lt;!-- Deployable control class. --&gt;
 
     &lt;!ELEMENT <span class="red">control</span> (#PCDATA)&gt;
       &lt;!ATTLIST <span class="red">control</span> <span 
class="blue">classname</span> CDATA #REQUIRED&gt;
 
-    &lt;-- Deployable Third Party Set of Controls. --&gt;
+    &lt;!-- Deployable Third Party Set of Controls. --&gt;
 
     &lt;!ELEMENT <span class="red">control-set</span> (#PCDATA)&gt;
       &lt;!ATTLIST <span class="red">control-set</span> <span 
class="blue">name</span> CDATA #REQUIRED&gt;

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to