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, juhaReceived on Friday, 21 November 2003 08:19:03 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Saturday, 22 July 2006 00:10:19 GMT