From fdrake at users.sourceforge.net Tue Apr 15 12:43:05 2003 From: fdrake at users.sourceforge.net (Fred L. Drake) Date: Tue Apr 15 14:43:19 2003 Subject: [Expat-checkins] htdocs index.html,1.38,1.39 Message-ID: Update of /cvsroot/expat/htdocs In directory sc8-pr-cvs1:/tmp/cvs-serv9566 Modified Files: index.html Log Message: Add a reference to the Simkin scripting language. Index: index.html =================================================================== RCS file: /cvsroot/expat/htdocs/index.html,v retrieving revision 1.38 retrieving revision 1.39 diff -u -d -r1.38 -r1.39 --- index.html 28 Jan 2003 05:54:33 -0000 1.38 +++ index.html 15 Apr 2003 18:43:03 -0000 1.39 @@ -130,6 +130,10 @@ >Introductory article on using Expat on xml.com
  • + Simkin is an open source + scripting language available under the GNU LGPL. It can be embedded + in XML and supports a DOM-like API backed by Expat.
  • +
  • The Simple C Expat Wrapper is a wrapper around Expat that provides a light-weight object model somewhat like a DOM.