tag variables and wirldcards

is ti possible to exrpess in XQuery the following Lorel query which uses a tag variable 'a' and the '%' wildcard?
select xml(bib: 
(select xml(book: {title: t, xml(LabelOf(a)): l})
from bib.book b, b.%or@a l, b.title t
where l = Suciu))

thanx in advance

Received on Sunday, 10 February 2002 18:11:26 UTC