htdocs index.html,1.53,1.54

"Fred L. Drake" <[email protected]> Mon, 29 Nov 2004 13:52:27 -0800
Newsgroups gmane.text.xml.expat.cvs
Message-ID <[email protected]>
Update of /cvsroot/expat/htdocs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2784

Modified Files:
	index.html 
Log Message:
add links to LuaExpat and LuaSOAP


Index: index.html
===================================================================
RCS file: /cvsroot/expat/htdocs/index.html,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -d -r1.53 -r1.54
--- index.html	24 Aug 2004 17:40:39 -0000	1.53
+++ index.html	29 Nov 2004 21:52:14 -0000	1.54
@@ -192,6 +192,14 @@
      >Introductory article</a> on using Expat on
   <a href="http://www.xml.com/">xml.com</a></li>
   <li>
+  <a href="http://www.keplerproject.org/luaexpat/">LuaExpat</a> is a
+  wrapper around Expat for the <a href="http://www.lua.org/">Lua</a>
+  programming language.  The <a href=
+  "http://www.keplerproject.org/luasoap/">LuaSOAP</a> library is a <a
+  href="http://xml.coverpages.org/soap.html">SOAP</a> implementation
+  built on top of <a href= "http://www.keplerproject.org/luaexpat/"
+  >LuaExpat</a>.</li>
+  <li>
   Perl's <code>XML::Parser</code> module is a wrapper built around a
   binding to Expat in the <code>XML::Parser::Expat</code> module.</li>
   <li>