You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by al...@apache.org on 2007/05/24 19:25:38 UTC

svn commit: r541362 - /incubator/wicket/trunk/jdk-1.4/wicket/wicket-xhtml1-strict.dtd

Author: almaw
Date: Thu May 24 10:25:37 2007
New Revision: 541362

URL: http://svn.apache.org/viewvc?view=rev&rev=541362
Log:
WICKET-587 - Entity references in DTD are missing the path to w3.com

Modified:
    incubator/wicket/trunk/jdk-1.4/wicket/wicket-xhtml1-strict.dtd

Modified: incubator/wicket/trunk/jdk-1.4/wicket/wicket-xhtml1-strict.dtd
URL: http://svn.apache.org/viewvc/incubator/wicket/trunk/jdk-1.4/wicket/wicket-xhtml1-strict.dtd?view=diff&rev=541362&r1=541361&r2=541362
==============================================================================
--- incubator/wicket/trunk/jdk-1.4/wicket/wicket-xhtml1-strict.dtd (original)
+++ incubator/wicket/trunk/jdk-1.4/wicket/wicket-xhtml1-strict.dtd Thu May 24 10:25:37 2007
@@ -25,17 +25,17 @@
 
 <!ENTITY % HTMLlat1 PUBLIC
    "-//W3C//ENTITIES Latin 1 for XHTML//EN"
-   "xhtml-lat1.ent">
+   "http://www.w3.org/TR/xhtml1/DTD/xhtml-lat1.ent">
 %HTMLlat1;
 
 <!ENTITY % HTMLsymbol PUBLIC
    "-//W3C//ENTITIES Symbols for XHTML//EN"
-   "xhtml-symbol.ent">
+   "http://www.w3.org/TR/xhtml1/DTD/xhtml-symbol.ent">
 %HTMLsymbol;
 
 <!ENTITY % HTMLspecial PUBLIC
    "-//W3C//ENTITIES Special for XHTML//EN"
-   "xhtml-special.ent">
+   "http://www.w3.org/TR/xhtml1/DTD/xhtml-special.ent">
 %HTMLspecial;
 
 <!--================== Imported Names ====================================-->