- From: Juha Vierinen <jvierine@tml.hut.fi>
- Date: Fri, 21 Nov 2003 15:19:01 +0200
- To: www-ql@w3c.org
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 08:19:03 UTC