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

Re: The <any/> element: bane of security or savior of versioni

  • From: Thomas Lord <lord@e...>
  • To: Stephen Green <stephengreenubl@g...>
  • Date: Fri, 19 Oct 2007 16:39:55 -0700

Re:  The <any/> element: bane of security or savior of versioni
Here is my solution to many of the issues raised in this
long thread:

One way to describe the main problem is to say that there's
no good way to write a schema for a language that might
be extended in the future (in fairly arbitrary ways).  We
want to write programs that process the language as it
stands today, but we hope those don't break as the language
changes.   We want to define schema that, when inputs pass,
assure us our programs will do something sensible.  Yet,
these same schema, if they are to handle future formats,
must be so open-ended (e.g., through "any" elements) that
they can make only fairly weak promises.   In practice,
it is observed that the use of open-ended schema leads to
serious numbers of systems failures in million-line systems.

Too late for those systems already failing but the solution
is to impose a discipline of language versioning.   Let's suppose
we have a schema that (today) *strictly* defines a language
X (no "any" foo - no handling of future updates).   Tomorrow,
someone invents the similarly strict language Y and we
all realize "X should become Y!".  

To make Y the next version of X, we should be obligated to
define two transforms:  one that converts X to Y, the other
for Y to X.

So, the solution is that programs shouldn't simply check
inputs against a schema, if they want an extensible input
language.   Rather, programs should first transform inputs
to a familiar type, then check those, and optionally transform
outputs to some externally requested type.

With that basic rule, one can begin to define very clean
ways to handle "unrecognized -- from some future version"
fields.   Also, the XML structure of a language is made
orthogonal to the versioning of the language:  different
versions can have completely different strict schema.

-t
http://www.dasht-exp-1a.com



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