validator/htdocs/sgml-lib sgml.soc,1.10,1.11

Update of /sources/public/validator/htdocs/sgml-lib
In directory hutz:/tmp/cvs-serv18028

Modified Files:
	sgml.soc 
Log Message:
Adding back in ISO Latin 1 ENTITY set for HTML 2.0.


Index: sgml.soc
===================================================================
RCS file: /sources/public/validator/htdocs/sgml-lib/sgml.soc,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- sgml.soc	12 Sep 2004 20:38:39 -0000	1.10
+++ sgml.soc	12 Sep 2004 20:49:24 -0000	1.11
@@ -6,8 +6,8 @@
 
 	-- ISO latin 1 entity set for HTML --
 PUBLIC	"-//IETF//ENTITIES Added Latin 1 for HTML//EN"	  html-latin.sgml
-PUBLIC  "ISO 8879-1986//ENTITIES Added Latin 1//EN//HTML" ISOlat1.ent
-PUBLIC  "ISO 8879-1986//ENTITIES Added Latin 1//EN"       ISOlat1.ent
+PUBLIC  "ISO 8879-1986//ENTITIES Added Latin 1//EN//HTML" IETF/ISOlat1.ent
+PUBLIC  "ISO 8879-1986//ENTITIES Added Latin 1//EN"       IETF/ISOlat1.ent
 
 	-- Ways to refer to Level 2: most general to most specific --
 PUBLIC  "HTML"                                  IETF/HTML-2_0.dtd

Received on Sunday, 12 September 2004 20:49:27 UTC