]> granicus.if.org Git - libexpat/commitdiff
Added a link to an article with additional C++ wrappers for Expat,
authorFred L. Drake, Jr. <fdrake@users.sourceforge.net>
Fri, 17 May 2002 13:42:36 +0000 (13:42 +0000)
committerFred L. Drake, Jr. <fdrake@users.sourceforge.net>
Fri, 17 May 2002 13:42:36 +0000 (13:42 +0000)
by Tim Smith.

htdocs/index.html

index 47468676b99760452f1506039f9d7045bd327ea9..f6c97c3283ec2da73217ea37462621ddef550749 100644 (file)
@@ -66,8 +66,14 @@ source interfaces to Expat from languages other than C.</p>
      >Documentation for the Python interface to Expat</a>, part of the
   standard documentation for Python</li>
   <li>
+  <em><a href="http://www.codeproject.com/soap/expatimpl.asp"
+         title="C++ Wrappers for the Expat XML Parser">C++ Wrappers
+         for the Expat XML Parser</a></em>, an article by Tim Smith
+    providing object-oriented wrappers for Expat.  The wrappers use
+    some MFC-biased naming, but look interesting.
+  <li>
   <a href="http://www.oofile.com.au/files/xml/"
-     >C++ interface to Expat</a> (not updated since Expat 1.2)
+     >C++ interface to Expat</a> (old; not updated since Expat 1.2)
   <li>
   The <a href="http://tclxml.sourceforge.net/"
      >TclXML project</a> includes a <a href="http://tcl.activestate.com/"