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

Visiting your cake and eating it too (was Stupid Question)


augmented infoset
From: "Ronald Bourret" <rpbourret@r...>
 
> Joe English wrote:
> > The general idea of Infoset augmentation is I think very useful,
> > but I'm starting to think that doing it as part of validation
> > is not a good idea.
> 
> I definitely agree. Interest in an augmented infoset is orthogonal to
> validation. You presumably want an augmented infoset for meta-data
> driven programming. This has nothing to do with whether you believe your
> document is valid or needs to be checked.
> 
> Also orthogonal is the addition of data (as opposed to metadata). The
> easiest example is adding default values. This has nothing to do with
> data types (the most common form of augmentation) or validation.
 
But surely there is a pragmatic consideration too: rather than doing
three traversals of data, one can kill three birds with one stone.

So perhaps the issue is not so much that specs (such as DTDs and
XML Schemas) bundle data-typing, value augmentation and validation
together, as an insult against the God of Layering, but that the specs
do not bring out that these three functions are Visitors (factoring out
uniqueness & keyrefs for argument).  

Much of the talk of layering seems to be based on the desirability of pipelined
sequences of data processors rather than visitor-based layering. 
But since most XML process is just based on namespace+name
(with a little requiring the parent element, 

(And, to prevent flames, I note that pipes which use the parsed event stream,
ESIS-style, do can much of the the efficiency of multiple visitors on a tree.)

There is a case to be made that, for implementability reasons, it is actually
good to bundle together as many orthogonal functions that can act as
visitors on the same traversal of the infoset.  That a particular technology
selects a particular set of orthogonal functions as some kind of nice
package is the choice of the designer; orthogonality means that functions
should be able to be presented, specified and implemented without 
regard to each other, not that a technology should not bundle different
kinds of functionality together.

Schematron is interesting in this regard, because it does not
specify either the traversal order/mechanism for getting nodes,
nor the function (validation,augmentation, data-typing) to
be performed on selected nodes. Instead it filters nodes
and provides the parameters that the particular visitor can use.
The particular Schematron implementation decides whether
to validate (the most common use), data-type (using the
role attribute) or to transform/augment (e.g. schematron-rdf which
generates an RDF version of rules linked to the instance
occurrences)

Cheers
Rick Jelliffe



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.