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 UTC
This archive was generated by hypermail 2.4.0 : Friday, 17 January 2020 22:43:43 UTC