]> granicus.if.org Git - libexpat/commitdiff
Added links to the Objective-C and Ruby bindings to Expat.
authorFred L. Drake, Jr. <fdrake@users.sourceforge.net>
Mon, 21 Jan 2002 19:49:40 +0000 (19:49 +0000)
committerFred L. Drake, Jr. <fdrake@users.sourceforge.net>
Mon, 21 Jan 2002 19:49:40 +0000 (19:49 +0000)
htdocs/index.html

index 65c008b67cfb6794456fd3d97d6a4d4b529b705e..6f23d62a829739bd9a2ae6de5e20eeb9eaf65faf 100644 (file)
@@ -3,7 +3,7 @@
           "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
 <title>Expat - XML Parser</title>
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
 </head>
@@ -73,6 +73,12 @@ source interfaces to Expat from languages other than C.</p>
      >Documentation for the Python interface to Expat</a>, part of the
   standard documentation for Python</li>
   <li>
+  <a href="http://expatobjc.sourceforge.net/"
+     >Objective-C interface to Expat</a>
+  <li>
+  <a href="http://www.yoshidam.net/Ruby.html#xmlparser"
+     >Ruby interface to Expat</a>
+  <li>
   <a href="http://www.phpbuilder.com/columns/justin20000428.php3"
      >Article on using Expat from PHP</a> on
   <a href="http://www.phpbuilder.com/">&lt;?PHPBuilder?&gt;</a>