[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
Michael Kay wrote: > 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. > I think it is more than contracts. It is also QC and QA, both internal and external. And test-driven development. And continuous improvement: in the ISO 9000* model, having a defect reporting system in place is essential. One of the many troubles with XSD-style schema systems is that they encourage a big bang mentality, where you have to try to make all sorts of decisions about structure and type that are unnecessary or which can be left to emerge, while making it difficult to add constraints based on feedback from processes about what the real problems might be. Cheers Rick Jelliffe * http://en.wikipedia.org/wiki/ISO_9000
[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
|