- From: Paul Grosso <pgrosso@arbortext.com>
- Date: Thu, 27 Jan 2000 13:10:30 -0600
- To: www-html-editor@w3.org
I see in the following differences between the XHML 1.0 DTDs from sometime around last June/last call and the recently released ones (e.g., [1]): 7c7 < Namespace = http://www.w3.org/TR/xhtml1 --- > Namespace = http://www.w3.org/1999/xhtml 11c11 < Copyright (c) 1998-1999 W3C (MIT, INRIA, Keio), --- > Copyright (c) 1998-2000 W3C (MIT, INRIA, Keio), 17c17 < SYSTEM "http://www.w3.org/TR/xhtml1/DTD/transitional.dtd" --- > SYSTEM "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" 18a19,21 > $Revision: 1.14 $ > $Date: 2000/01/25 23:52:20 $ > 24,25c27,28 < "-//W3C//ENTITIES Latin1//EN//HTML" < "http://www.w3.org/TR/xhtml1/DTD/HTMLlat1x.ent"> --- > "-//W3C//ENTITIES Latin 1 for XHTML//EN" > "xhtml-lat1.ent"> 29,30c32,33 < "-//W3C//ENTITIES Symbols//EN//HTML" < "http://www.w3.org/TR/xhtml1/DTD/HTMLsymbolx.ent"> --- > "-//W3C//ENTITIES Symbols for XHTML//EN" > "xhtml-symbol.ent"> 34,35c37,38 < "-//W3C//ENTITIES Special//EN//HTML" < "http://www.w3.org/TR/xhtml1/DTD/HTMLspecialx.ent"> --- > "-//W3C//ENTITIES Special for XHTML//EN" > "xhtml-special.ent"> (There were a few other changes, but I want to highlight the system identifiers in the entity declarations.) I see that, though the system identifier for the DTD remains absolute, the system identifier for the three character entity set files have been made relative. I had made a comment on an earlier version when they were relative giving my explanation for why I felt they should be absolute, and I believe they were made absolute for the last call version. Were they made relative again on purpose, or is this an unintentional change? Thanks in advance for any clarification you can give. paul [1] http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd
Received on Thursday, 27 January 2000 14:10:43 UTC