- From: Philippe Le Hegaret <plh@w3.org>
- Date: Fri, 24 Sep 1999 14:13:54 +0200
- To: www-html-editor@w3.org
In XHTML1, http://www.w3.org/TR/xhtml1/DTD/strict.dtd :
<!ENTITY % HTMLlat1 PUBLIC
"-//W3C//ENTITIES Latin1//EN//HTML"
"http://www.w3.org/TR/xhtml1/DTD/HTMLlat1x.ent">
In HTML4, http://www.w3.org/TR/html40/sgml/dtd.html :
<!ENTITY % HTMLlat1 PUBLIC
"-//W3C//ENTITIES Latin1//EN//HTML"
"http://www.w3.org/TR/1999/PR-html40-19990824/HTMLlat1.ent">
Here is a part of a diff result :
< <!ENTITY yacute "ý"> <!-- latin small letter y with acute,
---
> <!ENTITY yacute CDATA "ý" -- latin small letter y with acute,
One file is XML and the other is SGML only.
Two differents files with the same public identifier ...
Regards,
Philippe.
---------
Philippe Le Hegaret - http://www.w3.org/People/LeHegaret/
World Wide Web Consortium (W3C), User Interface Domain
Received on Friday, 24 September 1999 08:14:03 UTC