[Expat-checkins] htdocs index.html,1.15,1.16

fdrake@users.sourceforge.net fdrake@users.sourceforge.net
Tue May 21 07:46:04 2002


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

Modified Files:
	index.html 
Log Message:
Another link to C++ wrappers, this time with a SAX interface and multiple
parser backends.


Index: index.html
===================================================================
RCS file: /cvsroot/expat/htdocs/index.html,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- index.html	17 May 2002 13:42:36 -0000	1.15
+++ index.html	21 May 2002 14:45:18 -0000	1.16
@@ -72,6 +72,10 @@
     providing object-oriented wrappers for Expat.  The wrappers use
     some MFC-biased naming, but look interesting.
   <li>
+  <a href="http://www.jezuk.co.uk/cgi-bin/view/SAX" title="SAX in C++"
+     >SAX in C++</a> -- a SAX interface for C++ programmers, with
+  implementations based on several parsers, including Expat.
+  <li>
   <a href="http://www.oofile.com.au/files/xml/"
      >C++ interface to Expat</a> (old; not updated since Expat 1.2)
   <li>