Re: [xml-dev] Error and Fatal Error
On 17/07/2011 09:36, Philip Fearon wrote: > A tool calling itself an XML parser must treat XML errors as fatal. No, only errors that are classified as fatal in the xml spec, not other classes of error (for which behaviour is explicitly undefined). That was the original question in the thread, what do xml parsers do in practice with the freedom they are given by the spec? David