[Expat-checkins] expat/doc reference.html,1.17,1.18

Fred L. Drake fdrake@users.sourceforge.net
Thu Aug 8 14:52:03 2002


Update of /cvsroot/expat/expat/doc
In directory usw-pr-cvs1:/tmp/cvs-serv4898

Modified Files:
	reference.html 
Log Message:
Specify XHTML 1.0 Strict, conform, and add the "Valid XHTML 1.0" icon.
Rip out a lot of the extra layers of <div/> and <a/> elements.


Index: reference.html
===================================================================
RCS file: /cvsroot/expat/expat/doc/reference.html,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- reference.html	8 Aug 2002 20:41:43 -0000	1.17
+++ reference.html	8 Aug 2002 21:51:31 -0000	1.18
@@ -1,8 +1,8 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
-                "http://www.w3.org/TR/REC-html40/loose.dtd">
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+                      "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 <html>
 <head>
-
 <!-- Copyright 1999,2000 Clark Cooper <coopercc@netheaven.com>
      All rights reserved.
      This is free software. You may distribute or modify according to
[...976 lines suppressed...]
   int major;
   int minor;
   int micro;
 } XML_Expat_Version;
 </pre>
+<div class="fcndef">
+Return the library version information as a structure.
 Some macros are also defined that support compile-time tests of the
 library version:
 <ul>
@@ -1597,5 +1599,9 @@
 particular parts of the Expat API are available.
 </div>
 
+<hr />
+<p><a href="http://validator.w3.org/check/referer"><img
+        src="valid-xhtml10.png" alt="Valid XHTML 1.0!"
+        border="0" height="31" width="88" /></a></p>
 </body>
 </html>