Re: [xml-dev] XML parser model, when are &foo; inserted?

From
David Carlisle <>
To
ольга крыжановская <>
Date
2012-12-07T16:32:40Z
ID
<>
Thread
Re: [xml-dev] XML parser model, when are &foo; inserted?
On 07/12/2012 12:24, ольга крыжановская wrote:
> David, does a non validating parser really have to do those checks?

yes (if it wants to claim conformance to the XML Rec) They are 
conditions for the document to be well formed, not valid.

David