
23 Apr
2006
23 Apr
'06
9:25 p.m.
On 4/23/06, Sebastian Redl <sebastian.redl@getdesigned.at> 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