validator/htdocs/sgml-lib xml.soc,1.11,1.12

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

Modified Files:
	xml.soc 
Log Message:
Cleanups/readability improvements, whitespace and newlines.

Index: xml.soc
===================================================================
RCS file: /sources/public/validator/htdocs/sgml-lib/xml.soc,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- xml.soc	24 Nov 2004 23:20:44 -0000	1.11
+++ xml.soc	24 Nov 2004 23:28:16 -0000	1.12
@@ -1,8 +1,11 @@
 SGMLDECL "xml.dcl"
 OVERRIDE YES
 
-PUBLIC "-//W3C//DTD Specification V2.0//EN" "http://www.w3.org/XML/1998/06/xmlspec-v20.dtd"
-SYSTEM "spec.dtd" "http://www.w3.org/XML/1998/06/xmlspec-v20.dtd"
+PUBLIC "-//W3C//DTD Specification V2.0//EN"
+       "http://www.w3.org/XML/1998/06/xmlspec-v20.dtd"
+SYSTEM "spec.dtd"
+       "http://www.w3.org/XML/1998/06/xmlspec-v20.dtd"
+
 
 -- MathML --
 
@@ -18,40 +21,39 @@
 SYSTEM "http://www.w3.org/Math/DTD/mathml2/xhtml-math11-f.dtd"
        "REC-MathML2-20031021/xhtml-math11-f.dtd"
 
-PUBLIC "-//W3C//DTD SVG 1.0//EN"	REC-SVG-20010904/svg10.dtd
-PUBLIC "-//W3C//DTD SVG 1.1//EN"	REC-SVG11-20030114/svg11-flat.dtd
-
---  XHTML 1.0/1.1/Basic Catalog Data File --
-
--- XHTML 1.1 DTD modular driver file --
--- note that this uses the local, flattened version of the DTD. If you want
-   your catalog to use the master version of the XHTML Modules, change the 
-   entry to reference xhtml11.dtd instead of xhtml11-flat.dtd
---
-
-PUBLIC "-//W3C//DTD XHTML 1.1//EN" "REC-xhtml11-20010531/xhtml11-flat.dtd"
-
 
--- XHTML 1.1 framework modules --
-PUBLIC "-//W3C//ENTITIES XHTML 1.1 Document Model 1.0//EN" "REC-xhtml11-20010531/xhtml11-model-1.mod"
+-- SVG --
 
-        -- Oasis entity catalog for Extensible HTML 1.0 --
+PUBLIC "-//W3C//DTD SVG 1.0//EN"
+       "REC-SVG-20010904/svg10.dtd"
+PUBLIC "-//W3C//DTD SVG 1.1//EN"
+       "REC-SVG11-20030114/svg11-flat.dtd"
 
-PUBLIC  "-//W3C//DTD XHTML 1.0 Strict//EN"       "REC-xhtml1-20020801/xhtml1-strict.dtd"
-PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN" "REC-xhtml1-20020801/xhtml1-transitional.dtd"
-PUBLIC  "-//W3C//DTD XHTML 1.0 Frameset//EN"     "REC-xhtml1-20020801/xhtml1-frameset.dtd"
 
-        -- ISO latin 1 entity set for Extensible HTML (XML 1.0 format) --
+-- XHTML --
 
-PUBLIC	"-//W3C//ENTITIES Latin 1 for XHTML//EN" "REC-xhtml1-20020801/xhtml-lat1.ent"
-PUBLIC	"-//W3C//ENTITIES Symbols for XHTML//EN" "REC-xhtml1-20020801/xhtml-symbol.ent"
-PUBLIC	"-//W3C//ENTITIES Special for XHTML//EN" "REC-xhtml1-20020801/xhtml-special.ent"
+PUBLIC "-//W3C//DTD XHTML 1.1//EN"
+       "REC-xhtml11-20010531/xhtml11-flat.dtd"
+PUBLIC "-//W3C//ENTITIES XHTML 1.1 Document Model 1.0//EN"
+       "REC-xhtml11-20010531/xhtml11-model-1.mod"
 
-        -- XHTML Basic DTD modular driver file --
-PUBLIC "-//W3C//DTD XHTML Basic 1.0//EN" "REC-xhtml-basic-20001219/xhtml-basic10.dtd"
+PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+       "REC-xhtml1-20020801/xhtml1-strict.dtd"
+PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+       "REC-xhtml1-20020801/xhtml1-transitional.dtd"
+PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN"
+       "REC-xhtml1-20020801/xhtml1-frameset.dtd"
+PUBLIC "-//W3C//ENTITIES Latin 1 for XHTML//EN"
+       "REC-xhtml1-20020801/xhtml-lat1.ent"
+PUBLIC "-//W3C//ENTITIES Symbols for XHTML//EN"
+       "REC-xhtml1-20020801/xhtml-symbol.ent"
+PUBLIC "-//W3C//ENTITIES Special for XHTML//EN"
+       "REC-xhtml1-20020801/xhtml-special.ent"
 
-        -- XHTML Basic framework module --
-PUBLIC "-//W3C//ENTITIES XHTML Basic 1.0 Document Model 1.0//EN" "REC-xhtml-basic-20001219/xhtml-basic10-model-1.mod"
+PUBLIC "-//W3C//DTD XHTML Basic 1.0//EN"
+       "REC-xhtml-basic-20001219/xhtml-basic10.dtd"
+PUBLIC "-//W3C//ENTITIES XHTML Basic 1.0 Document Model 1.0//EN"
+       "REC-xhtml-basic-20001219/xhtml-basic10-model-1.mod"
 
 
 -- SMIL --
@@ -91,8 +93,8 @@
        "REC-smil20-20010807/SMIL-transition.mod"
 
 
-        -- Do not prefer document type name over a SYSTEM Identifier. --
+-- Do not prefer document type name over a SYSTEM Identifier. --
 OVERRIDE NO
 
-        -- Fallback if no FPI is given. --
+-- Fallback if no FPI is given. --
 DOCTYPE html "REC-xhtml1-20020801/xhtml1-transitional.dtd"

Received on Wednesday, 24 November 2004 23:28:19 UTC