From 2a78af44347fb7dc7bf9a5d641233d0c289778d9 Mon Sep 17 00:00:00 2001 From: "Fred L. Drake, Jr." Date: Mon, 29 Nov 2004 21:52:14 +0000 Subject: [PATCH] add links to LuaExpat and LuaSOAP --- htdocs/index.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/htdocs/index.html b/htdocs/index.html index 88ad506c..9e9bdd91 100644 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -192,6 +192,14 @@ source interfaces to Expat from languages other than C.

>Introductory article on using Expat on xml.com
  • + LuaExpat is a + wrapper around Expat for the Lua + programming language. The LuaSOAP library is a SOAP implementation + built on top of LuaExpat.
  • +
  • Perl's XML::Parser module is a wrapper built around a binding to Expat in the XML::Parser::Expat module.