- From: Michael Rys <mrys@microsoft.com>
- Date: Sun, 10 Feb 2002 21:29:13 -0800
- To: "Karteris Dimitrios" <grad0384@di.uoa.gr>, <www-ql@w3.org>
No, XQuery does not support general path expressions. Best regards Michael > -----Original Message----- > From: Karteris Dimitrios [mailto:grad0384@di.uoa.gr] > Sent: Sunday, February 10, 2002 15:12 PM > To: www-ql@w3.org > Subject: 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 Monday, 11 February 2002 00:29:46 UTC