$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Daniel Walker (daniel.j.walker_at_[hidden])
Date: 2006-04-23 17:25:10
On 4/23/06, Sebastian Redl <sebastian.redl_at_[hidden]> wrote:
> Daniel Walker wrote:
>
> >Actually, is the parser just an SGML parser?
> >
> XML is a subset of SGML. SGML is faaaar more complex.
That's what I said: "XML is a subset of SGML in the sense that SGML is
less restrictive, so an SGML parser can accept XML files." My point is
that we know property_tree doesn't have a full XML parser. Is it
accepting files it should reject, rejecting files it should accept, is
it closer to permisive SGML or restrictive XML?
Daniel Walker