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

RE: RE: Concerned about the increasing reliance on XPath

  • From: Liam R E Quin <liam@w3.org>
  • To: "Costello, Roger L." <costello@mitre.org>
  • Date: Mon, 09 May 2011 17:50:55 -0400

RE:  RE: Concerned about the increasing reliance on XPath
On Mon, 2011-05-09 at 15:52 -0400, Costello, Roger L. wrote:
> Hi Mike,
> 
> > What does your "assessment" step really do anyway?  You didn't say.
> 
> There are many ways that one may wish to analyze an XML instance document. For the "purchase XML instance document" we may wish to analyze it to determine:
> 
> - is the value of <Total> a decimal value (and nothing else)
> - will the instance document, when evaluated, trigger unexpected and undesirable actions
> - is the value of <Total> equal to the sum of its Item siblings
> - perform an algebraic data type analysis

At this point you're into what I think of as "pipeline validation",
where you have a series of steps, typically a sequence, and maybe use
XProc to orchestrate it.

For example, one step could calculate Total values, another could go to
a database and populate product descriptions based on part numbers,
another could check the Totals are right :-) and so on...

In most cases there's not much point carrying around precomputed values
- see Third Normal Form for relational databases for why duplicated
information is usually a warning flag.  But computing it on the fly,
processing the augmented document, and then checking the constraints
still hold, that's another matter.

I would almost certainly expect to have the logic _outside_ the document
in most cases, but e.g. an XML-serialized spreadsheet might not.

Liam

-- 
Liam Quin - XML Activity Lead, W3C, http://www.w3.org/People/Quin/
Pictures from old books: http://fromoldbooks.org/



[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!

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.