[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]
RE: [xml-dev] XPath 2.0 Best Practice Issue: Graceful Degradation
- From: "Michael Kay" <mike@saxonica.com>
- To: "'Costello, Roger L.'" <costello@mitre.org>,<xml-dev@lists.xml.org>
- Date: Mon, 28 Jan 2008 22:57:15 -0000
Well, it's really all about contracts, isn't it? If you write a piece of
code, you need to establish a contract with your caller. And the essence of
that contract is whether you validate the data, or the caller validates. If
the caller isn't contracted to validate the data against an agreed schema,
then you're best off validating it yourself. And doing that within the logic
of the XPath expression itself, as you've shown, is not a particularly nice
approach.
Michael Kay
http://www.saxonica.com/
> -----Original Message-----
> From: Costello, Roger L. [mailto:costello@mitre.org]
> Sent: 28 January 2008 19:22
> To: xml-dev@lists.xml.org
> Subject: RE: [xml-dev] XPath 2.0 Best Practice Issue:
> Graceful Degradation
>
> Hi Folks,
>
> Here is a summary of last week's discussion:
>
> http://www.xfront.com/xpath20/best-practice/graceful-degradati
> on/index.
> html
>
>
> Last week David Carlisle raised an excellent point: "it helps
> to keep [data validity] separate from your program logic."
>
> In the summary I wrestled with this:
>
> (a) Keeping data validation and program logic separate, versus
>
> (b) XPath is shipped around and executed in different,
> unanticipated environments where it may not be safe to assume
> that its environment provides schema-validation, and so
> program logic must address validation.
>
> I am interested to see what you think: has the summary struck
> the right balance between validation and program logic?
>
> /Roger
>
> ______________________________________________________________
> _________
>
> 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]