[Expat-checkins] CVS: htdocs index.html,1.7,1.8

Fred L. Drake fdrake@users.sourceforge.net
Mon Jan 21 11:50:04 2002


Update of /cvsroot/expat/htdocs
In directory usw-pr-cvs1:/tmp/cvs-serv19793

Modified Files:
	index.html 
Log Message:
Added links to the Objective-C and Ruby bindings to Expat.

Index: index.html
===================================================================
RCS file: /cvsroot/expat/htdocs/index.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** index.html	2002/01/11 15:42:12	1.7
--- index.html	2002/01/21 19:49:40	1.8
***************
*** 74,77 ****
--- 74,83 ----
    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