$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Matthew Austern (austern_at_[hidden])
Date: 2001-09-27 14:12:14
Jens Maurer wrote:
> I'm also using Xerces (SAX) at work for XML parsing, because it's
> about the only XML parser currently available for C++.
Not quite true. It's the only XML parser I know of with a C++
interface, but that's not the same thing. A C++ program can also
use an XML parser with a C interface. I'm been using GNOME libxml2,
which is considerably smaller. (Although still poorly documented,
I'm afraid.)
--Matt