]> granicus.if.org Git - libexpat/commitdiff
- update information on the GOBO Expat interface
authorFred L. Drake, Jr. <fdrake@users.sourceforge.net>
Wed, 22 Jan 2003 03:19:22 +0000 (03:19 +0000)
committerFred L. Drake, Jr. <fdrake@users.sourceforge.net>
Wed, 22 Jan 2003 03:19:22 +0000 (03:19 +0000)
- fix some well-formedness errors
- add some missing punctuation

htdocs/index.html

index 9618943fe323d9de48d83b219c0c6205df594efe..703087a54211d41f5e26247145c4b6c4ace9507e 100644 (file)
@@ -116,7 +116,7 @@ source interfaces to Expat from languages other than C.</p>
   <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 @@ source interfaces to Expat from languages other than C.</p>
   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 @@ source interfaces to Expat from languages other than C.</p>
   <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>