Return-Path: Delivered-To: apmail-wicket-commits-archive@www.apache.org Received: (qmail 56789 invoked from network); 1 Dec 2008 14:15:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Dec 2008 14:15:38 -0000 Received: (qmail 21638 invoked by uid 500); 1 Dec 2008 14:15:47 -0000 Delivered-To: apmail-wicket-commits-archive@wicket.apache.org Received: (qmail 21622 invoked by uid 500); 1 Dec 2008 14:15:47 -0000 Mailing-List: contact commits-help@wicket.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@wicket.apache.org Delivered-To: mailing list commits@wicket.apache.org Received: (qmail 21604 invoked by uid 99); 1 Dec 2008 14:15:47 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Dec 2008 06:15:47 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Dec 2008 14:14:27 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id E2AAB234C2B0 for ; Mon, 1 Dec 2008 06:14:44 -0800 (PST) Message-ID: <776714164.1228140884927.JavaMail.jira@brutus> Date: Mon, 1 Dec 2008 06:14:44 -0800 (PST) From: "Timo Rantalaiho (JIRA)" To: commits@wicket.apache.org Subject: [jira] Resolved: (WICKET-693) What to do with the wicket dtd? MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/WICKET-693?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Timo Rantalaiho resolved WICKET-693. ------------------------------------ Resolution: Fixed Fix Version/s: 1.3.6 Well, now the current DTD is available here http://wicket.apache.org/dtds.data/wicket-xhtml1.3-strict.dtd http://wicket.apache.org/dtds.data/wicket-xhtml1.4-strict.dtd and it can be referenced if someone knows the correct way :) Adding the xmlns:wicket attribute above seems to help IntelliJ IDEA to get that into use, even though it doesn't seem to be valid HTML. Better ideas are welcome. > 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 > Assignee: Timo Rantalaiho > Fix For: 1.3.6, 1.4-RC2 > > > 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.