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

Re: Type-assignment in one pass

  • From: Eric van der Vlist <vdv@d...>
  • To: "K.Kawaguchi" <k-kawa@b...>
  • Date: Fri, 02 Feb 2001 09:32:40 +0100

xlst selecting an attribute
"K.Kawaguchi" wrote:
> 
[Detailed and interesting example and algorithm skipped]

This is getting even more interesting.

Your example makes it clear that TREX pattern is a specialized syntax to
express rules.

This is good news since we should be able to easily couple TREX with
"generic rules".

It's also showing more similarities that I would have expected between
TREX and XSLT even if there is a major difference: XSLT only evaluates
the "matches" to select the best template and will never select another
one for the same context node while a validation process using TREX
needs to evaluate "matches" for every nodes and try other matches if one
fails.

This is making TREX more similar to Prolog than to XSLT since in Prolog,
you can "fail" at any level of any statement and the process will
continue by selecting the next possible choice of the last test.

This similarity between TREX and rules based language might be used to
solve the issue of ambiguity like other rule based languages have done.

What we would need to do would "only" be to specify the behavior to
remove the ambiguity.

The possible algorithm would include a priority mechanism (ala XLST)
based on a hierarchy between datatypes and document order.

If we take the (modified) example from James Clark:

<choice>
  <element name="e">
    <attribute name="a">
      <data type="xsd:string"/>
    </attribute>
  </element>
  <element name="e">
    <attribute name="a">
      <data type="xsd:integer"/>
    </attribute>
  </element>
</choice>

and the following instance

<e a="7"/>

A system based only on the document order would evaluate the first
choice, see that it's OK and stop there, reporting the datatype as
string.

A system based on a hierarchy between datatypes would evaluate both, see
that integer is more restrictive than string and that both are matching
and report the datatype as an integer.

A combination of both with an attribute to override the priority like
XSLT does it is also possible.

If both case, if the algorithm is documented, there is no ambiguity any
longer...

Eric
-- 
------------------------------------------------------------------------
Eric van der Vlist       Dyomedea                    http://dyomedea.com
http://xmlfr.org         http://4xt.org              http://ducotede.com
------------------------------------------------------------------------

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.