[
https://issues.apache.org/jira/browse/CLK-678?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Angela D updated CLK-678:
-------------------------
Description: The DTD given at http://click.apache.org/docs/click-dtd.html
is malformed; missing multiple !'s at comment start. A diff is attached for
the required corrections (was: 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 @@
<!ATTLIST <span class="red">click-app</span> <span
class="blue">charset</span> CDATA #IMPLIED>
<!ATTLIST <span class="red">click-app</span> <span
class="blue">locale</span> CDATA #IMPLIED>
- <-- Application pages. -->
+ <!-- Application pages. -->
<!ELEMENT <span class="red">pages</span> (<span
class="blue">page</span>*, <span class="blue">excludes</span>*)>
<!ATTLIST <span class="red">pages</span> <span
class="blue">package</span> CDATA #IMPLIED>
@@ -97,12 +97,12 @@
<!-- Application deployable controls. -->
<!ELEMENT <span class="red">controls</span> (<span
class="blue">control</span>*, <span class="blue">control-set</span>*)>
- <-- Deployable control class. -->
+ <!-- Deployable control class. -->
<!ELEMENT <span class="red">control</span> (#PCDATA)>
<!ATTLIST <span class="red">control</span> <span
class="blue">classname</span> CDATA #REQUIRED>
- <-- Deployable Third Party Set of Controls. -->
+ <!-- Deployable Third Party Set of Controls. -->
<!ELEMENT <span class="red">control-set</span> (#PCDATA)>
<!ATTLIST <span class="red">control-set</span> <span
class="blue">name</span> CDATA #REQUIRED>)
> 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
> Original Estimate: 0.08h
> Remaining Estimate: 0.08h
>
> The DTD given at http://click.apache.org/docs/click-dtd.html is malformed;
> missing multiple !'s at comment start. A diff is attached for the required
> corrections
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.