$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Douglas Gregor (doug.gregor_at_[hidden])
Date: 2005-11-04 10:21:05
On Nov 4, 2005, at 6:26 AM, Jez Higgins wrote:
> It's a long winded way of saying there is no one-true-way to process
> XML, no one way is universally better than any other.
... and we shouldn't delay a library because it doesn't support a
particular way to process XML. It need only support one way, and
support it well, and can later grow to support other methods.
Doug