Added a link to an article with additional C++ wrappers for Expat,

by Tim Smith.
This commit is contained in:
Fred L. Drake, Jr. 2002-05-17 13:42:36 +00:00
parent 3edce7a7ca
commit fa1711873b

View 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 >Documentation for the Python interface to Expat</a>, part of the
standard documentation for Python</li> standard documentation for Python</li>
<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/" <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> <li>
The <a href="http://tclxml.sourceforge.net/" The <a href="http://tclxml.sourceforge.net/"
>TclXML project</a> includes a <a href="http://tcl.activestate.com/" >TclXML project</a> includes a <a href="http://tcl.activestate.com/"