From: Fred L. Drake, Jr. Date: Tue, 21 May 2002 14:45:18 +0000 (+0000) Subject: Another link to C++ wrappers, this time with a SAX interface and multiple X-Git-Tag: R_1_95_3~30 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=12445b1efd7c4261f6ecf187931ded3be42f8b3f;p=libexpat Another link to C++ wrappers, this time with a SAX interface and multiple parser backends. --- diff --git a/htdocs/index.html b/htdocs/index.html index f6c97c32..607c4f76 100644 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -72,6 +72,10 @@ source interfaces to Expat from languages other than C.

providing object-oriented wrappers for Expat. The wrappers use some MFC-biased naming, but look interesting.
  • + SAX in C++ -- a SAX interface for C++ programmers, with + implementations based on several parsers, including Expat. +
  • C++ interface to Expat (old; not updated since Expat 1.2)