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.