[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]
Re: [xml-dev] Error and Fatal Error
- From: Fraser Goffin <goffinf@gmail.com>
- To: xml-dev@lists.xml.org
- Date: Thu, 21 Jul 2011 10:24:42 +0100
I'm not sure why you would expect any XML parser to be able to
differentiate between business validation errors and errors of any
other kind ? If you are talking about the types of errors that might
show up as part of schema validation and you are content with using
that as the blunt tool that it is, well fine, but otherwise you might
want to consider implementing business rules in a more flexible way,
including catching non-fatal errors in the handler methods designed
for that purpose (at which point you can decide whether to continue or
not)
As for text that is masquarading as XML but is not, I would suggest
(as many others have here) preprocessing before it reaches your XML
processing layer.
Fraser.
On 20 July 2011 23:20, Manos Batsis <manos_lists@geekologue.com> wrote:
> In other words, the job of an XML parser does not include deciding what
> business validation errors or data corruption is (non)fatal, although other
> solution components may appropriate in doing so.
>
> Manos
>
> _______________________________________________________________________
>
> XML-DEV is a publicly archived, unmoderated list hosted by OASIS
> to support XML implementation and development. To minimize
> spam in the archives, you must subscribe before posting.
>
> [Un]Subscribe/change address: http://www.oasis-open.org/mlmanage/
> Or unsubscribe: xml-dev-unsubscribe@lists.xml.org
> subscribe: xml-dev-subscribe@lists.xml.org
> List archive: http://lists.xml.org/archives/xml-dev/
> List Guidelines: http://www.oasis-open.org/maillists/guidelines.php
>
>
[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]