[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]
Re: [xml-dev] Error and Fatal Error
- From: David Carlisle <davidc@nag.co.uk>
- To: Mike Sokolov <sokolov@ifactory.com>
- Date: Wed, 20 Jul 2011 22:43:14 +0100
On 20/07/2011 22:24, Mike Sokolov wrote:
> I'm not sure I can think of even a single example of a non-fatal error
> generated by any real XML parser.
I'm not aware of non fatal errors being reported but I do see instances
of non fatal errors being silently ignored or (equivalently from
observable behaviour) not detected.
eg
http://www.w3.org/TR/xml/#sec-white-space
says
value of xml:space other than "default" and "preserve". It is an error
for other values to be specified; the XML processor MAY report the error
or MAY recover by ignoring the attribute specification or by reporting
the (erroneous) value to the application.
and rxp for example silently accepts this:
$ rxp x.xml
<x xml:space="wibble"/>
xml:space being one of the few instances of "an error" (rather than "a
fatal error") in the spec.
David
[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]