[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: Validation - Is it worth it ?


is it worth validation
Yours is a very common position to be in.

There are all sorts of intermediate kinds of partial validation
possible and useful. The choice isn't between all or nothing.

For example, you could make a version of the standard schema to
redefine elements so that you only validate datatypes: complex
content would just have some wildcarded anything-goes content
model.

What this would give you is a system that is liberal in what it
accepts. This is certainly better than no validation.

Another way to look at the problem is from the perspective of
test-driven development. You can validate everything initially,
until your feeds have proven themselves, then reduce to sampling
using the standard statistical practise. Or look at it as
an opportunistic thing: even if your servers are too slow to
cope with validation during peak period, you could enable it
at off-peak times.

Another approach entirely is to express your business rules
in Schematron, and validate using that instead of the
standard XML Schema. This allows you to only check the things
you are interested in, cope with partial and incomplete
documents-in-progress (compared to the standard schemas) but also to
document what you are interested
and also to check for things you positively don't want in your
data: this is a lot more powerful than type derivation in this
situation.

Cheers
Rick Jelliffe

Fraser Goffin said:
> Thanks Greg, some interesting points to consider.
>
> I am mostly concerned with B2B. One of the issues I'm wrestling with is
> that
> :-
>
> a. the service contract is defined by an external standards body (we are
> but
> one implementer).
> b. the data model that underpins the service operations are defined using
> XML schema and these reflect the broad business semantics for each
> operation
> (as agreed by a panel of contributors from our industry sector).
> c. our business rules (in terms of what data content/structural
> constraints
> that would be acceptable) are less strict than the XML schema specifies
> (for
> example we may be tolerant of missing data).
>
> So I guess I was considering whether we should validate according to our
> internal business rules rather than that of the externally defined
> contract,
> even when this can mean that a message received could be schema invalid
> (according to the industry standard definition) ?


PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
 

Stylus Studio has published XML-DEV in RSS and ATOM formats, enabling users to easily subcribe to the list from their preferred news reader application.


Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website. they were not included by the author in the initial post. To view the content without the Sponsor Links please click here.

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.