- From: Howard Katz <howardk@fatdog.com>
- Date: Fri, 21 Nov 2003 07:39:36 -0800
- To: "Juha Vierinen" <jvierine@tml.hut.fi>, <www-ql@w3c.org>
Hi Juha, I have a Java implementation that will do that. At least it will as soon I post my newest version to my website. Look for it in a few days at https://sourceforge.net/projects/xqengine/. If you don't want to wait, drop me a line and I'll ship you the jar file right now. Michael Kay's Saxon should also be able to handle that query. Best, Howard > -----Original Message----- > From: www-ql-request@w3.org [mailto:www-ql-request@w3.org]On Behalf Of > Juha Vierinen > Sent: Friday, November 21, 2003 5:19 AM > To: www-ql@w3c.org > Subject: XQuery implementations > > Hi, > > Does anyone know of a open source XQuery implementation that can do the > following statement: > > > for $quizes in document(/db/quiz/data)/quiz > for $categories in $quizes/category > for $questions in $categories/question > where @id = 'a' > return > <quiz> > {$quizes/@*} > <category> > {$categories/@*} > {$question} > </category> > </quiz> > > > Thanks, > > juha >
Received on Friday, 21 November 2003 10:38:46 UTC