[
Lists Home |
Date Index |
Thread Index
]
- From: "Don Park" <donpark@quake.net>
- To: <xml-dev@ic.ac.uk>
- Date: Wed, 2 Sep 1998 06:39:57 -0700
>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 > 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@ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
To (un)subscribe, mailto:majordomo@ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo@ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa@ic.ac.uk)
|