[Expat-checkins] htdocs index.html,1.35,1.36

Fred L. Drake fdrake at users.sourceforge.net
Tue Jan 21 19:19:24 EST 2003


Update of /cvsroot/expat/htdocs
In directory sc8-pr-cvs1:/tmp/cvs-serv32483

Modified Files:
	index.html 
Log Message:
- update information on the GOBO Expat interface
- fix some well-formedness errors
- add some missing punctuation


Index: index.html
===================================================================
RCS file: /cvsroot/expat/htdocs/index.html,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- index.html	21 Jan 2003 05:20:51 -0000	1.35
+++ index.html	22 Jan 2003 03:19:22 -0000	1.36
@@ -116,7 +116,7 @@
   <li>
   The <a href="http://www.nongnu.org/scew/">Simple C Expat Wrapper</a>
   is a wrapper around Expat that provides a light-weight object model
-  somewhat like a DOM.
+  somewhat like a DOM.</li>
   <!-- Alex Conchillo Flaque: aconchillo at acm.org -->
   <li>
   <a href="http://www.python.org/doc/current/lib/module-xml.parsers.expat.html"
@@ -140,15 +140,16 @@
   SOAP implementation which uses Expat.</li>
   <li>
   <a href=
-  "http://www.codepedia.com/wiki/display.aspx?WikiID=1&pagename=thunks"
+  "http://www.codepedia.com/wiki/display.aspx?WikiID=1&amp;pagename=thunks"
   >A discussion</a> of another way to manage stateful callbacks, using
-  Expat as a sample library.
+  Expat as a sample library.</li>
   <li>
   The <a href="http://sourceforge.net/projects/gobo-eiffel/">GOBO
   project</a> is working on an Eiffel binding for Expat.  Development
-  appears to have slowed, and there isn't any status information about
-  the Expat bindings on the website.  (I had to dig around the CVS to
-  find any hint of the XML support.)</li>
+  is active and the package is fully supported in GOBO 3.0 and 3.1,
+  though there isn't much status information about the Expat bindings
+  on the website.  (Most activity is reportedly on the relevant
+  mailing lists.)</li>
   <li>
   The <a href="http://tclxml.sourceforge.net/"
      >TclXML project</a> includes a <a href="http://tcl.activestate.com/"
@@ -157,7 +158,7 @@
   <a href="http://sdf.lonestar.org/~loewerj/tdom.cgi"
      >tDOM</a> is an alternate package providing XML support for <a
      href="http://tcl.activestate.com/" >Tcl</a>, based in part on
-     Expat</li>
+     Expat.</li>
   <li>
   <a href="http://expatobjc.sourceforge.net/"
      >Objective-C interface to Expat</a></li>





More information about the Expat-checkins mailing list