You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Martijn Dashorst (JIRA)" <ji...@apache.org> on 2007/06/24 23:40:25 UTC

[jira] Created: (WICKET-693) What to do with the wicket dtd?

What to do with the wicket dtd?
-------------------------------

                 Key: WICKET-693
                 URL: https://issues.apache.org/jira/browse/WICKET-693
             Project: Wicket
          Issue Type: Bug
          Components: site, wicket
            Reporter: Martijn Dashorst
             Fix For: 1.3.0-beta2


The current dtd is located at the wicket.sf.net site, and may not even work. 

We need to come up with a solution for the wicket dtd and fix this for the future:

./jdk-1.4/wicket/src/site/resources/DTD/wicket-1.0-xhtml11.dtd: SYSTEM "http://wicket.sourceforge.net/DTD/wicket-xhtml1.dtd"


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


[jira] Commented: (WICKET-693) What to do with the wicket dtd?

Posted by "Timo Rantalaiho (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12515957 ] 

Timo Rantalaiho commented on WICKET-693:
----------------------------------------

Maybe this is not the ideal solution, but I have found using this

  http://svn.apache.org/repos/asf/incubator/wicket/trunk/jdk-1.4/wicket/wicket-xhtml1-strict.dtd

like that 

  <html xmlns="http://www.w3.org/1999/xhtml" xmlns:wicket="wicket-xhtml1-strict.dtd" xml:lang="en" lang="en">

in the HTML files good enough. I'm not sure if it's any different from the default version from W3C though.

Then I have just registered the wicket-specific things as custom elements and attributes in the HTML editor of my IDE (IDEA). You only need to do it once per element / attribute anyway. Of course it would be nice if they could come directly from the DTD.

> What to do with the wicket dtd?
> -------------------------------
>
>                 Key: WICKET-693
>                 URL: https://issues.apache.org/jira/browse/WICKET-693
>             Project: Wicket
>          Issue Type: Bug
>          Components: site, wicket
>            Reporter: Martijn Dashorst
>             Fix For: 1.3.0-beta3
>
>
> The current dtd is located at the wicket.sf.net site, and may not even work. 
> We need to come up with a solution for the wicket dtd and fix this for the future:
> ./jdk-1.4/wicket/src/site/resources/DTD/wicket-1.0-xhtml11.dtd: SYSTEM "http://wicket.sourceforge.net/DTD/wicket-xhtml1.dtd"

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


[jira] Updated: (WICKET-693) What to do with the wicket dtd?

Posted by "Martijn Dashorst (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-693?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martijn Dashorst updated WICKET-693:
------------------------------------

    Fix Version/s:     (was: 1.3.0-beta2)
                   1.3.0-beta3

> What to do with the wicket dtd?
> -------------------------------
>
>                 Key: WICKET-693
>                 URL: https://issues.apache.org/jira/browse/WICKET-693
>             Project: Wicket
>          Issue Type: Bug
>          Components: site, wicket
>            Reporter: Martijn Dashorst
>             Fix For: 1.3.0-beta3
>
>
> The current dtd is located at the wicket.sf.net site, and may not even work. 
> We need to come up with a solution for the wicket dtd and fix this for the future:
> ./jdk-1.4/wicket/src/site/resources/DTD/wicket-1.0-xhtml11.dtd: SYSTEM "http://wicket.sourceforge.net/DTD/wicket-xhtml1.dtd"

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