A special issue of the IEEE Data Engineering Bulletin has just been released; the special issue is focused on XQuery, specifically on existing implementations and the areas in which those implementations...
In the recent past more than one XQuery user has asked me the same question: why is XQuery escaping my angle brackets? One of the examples of such problem looked something like this:[cc lang="xquery"]let $input :=
book 1
book 2
for $book in $input/book
return
(string(""),
...
Over the last month, wearing our SQL-glasses we mastered the basics of XQuery. But wait... what we’ve learned up to now in the XQuery for the SQL programmer series is about “do in XQuery what you can do in...