[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: XPath 2.0 Best Practice Issue: Graceful Degradation
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@m...] > Sent: 28 January 2008 19:22 > To: xml-dev@l... > Subject: RE: 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@l... > subscribe: xml-dev-subscribe@l... 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] |
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|