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