[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]
Re: [xml-dev] Error and Fatal Error
- From: Michael Kay <mike@saxonica.com>
- To: xml-dev@lists.xml.org
- Date: Sat, 16 Jul 2011 18:03:09 +0100
On 16/07/2011 17:09, Stephen D Green wrote:
> It's a bane to developers that parsers regard errors in XML
> as fatal which need not be fatal, IMO.
>
I think it's excellent that XML parsers by default reject ill-formed
XML; it strongly encourages people to generate well-formed XML and
prevents the kind of arms-race that we've seen in HTML where there's so
much ill-formed HTML around that it's now considered quite acceptable
and is becoming standardized. One reason for this is that if nothing is
considered invalid, then real errors can never be detected.
However, I don't see why people shouldn't attempt to write XML repair
tools that repair ill-formed XML and turn it into well-formed XML - so
long as it's accepted that such tools should only be used where there is
a specific need to repair corrupt data, and not for routine XML parsing.
Michael Kay
Saxonica
[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]