XBE (was Re: XML-QL)

Don Park donpark at quake.net
Wed Sep 2 15:49:58 BST 1998


>Interesting approach -- sort of the inverse of XSL -- but I suspect that in
>order to be useful it won't be so simple.  In its simplest form, you'd only
>return the elements that you provided, serving only as an existence test,
>returning no other information.  QBE at a minimum requires wildcards, and
>it would be interesting to find an appropriate set of wildcards.


At the simple level, fuzzy match of attribute values and text contents
should work pretty well.  Any missing attribute or elements can be treated
as wildcards.

At the complex level, scripting language for matching should work pretty
well.

Here is an example:

<order department="electronics" salesperson="bob">
    <descr>CD-ROM</descr>
    <quantity>
        <xbe:script>
            quantity &gt; 10
        </xbe:script>
    </quantity>
    <comment/>
</order>

Above XBE should return all order records for sales made at the electronics
department by Bob where product description 'contains' the string "CD-ROM"
and quantity exceeds 10.  The scripting language refers to context elements
and attributes by name (order.department for attribute).

There are obvious rough spots but I think it has promises.  Whether or not I
will invest time and effort into XBE is another question of course.

Don



xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev at ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
To (un)subscribe, mailto:majordomo at ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo at ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa at ic.ac.uk)




More information about the Xml-dev mailing list