XQuery Tutorial
XQueryNow – Free tools and techniques to build XML-based information systems –
Qexo: The GNU Kawa implementation of XQuery
More XQuery links
December 15th, 2005 No Comments
Tags:
The XQuery info I was looking for
December 15th, 2005 No Comments
XQuery: A Guided Tour – Download the free tutorial today: XQuery: Developer: Home
Tags:
XQuery functions
December 15th, 2005 No Comments
Trial and error got me as far as writing an xquery to group related XML fragments in a new order, based on a key/value pair. Now it was time to move that query into a function of its own.
Several Google searches later I found either “define function myfunction()” or “declare function myfunction()”. Both resulted in [...]
Tags:
XQuery info
December 15th, 2005 No Comments
Somehow it’s impossible to find information about XQuery that explains how to use it. There is of course the information in the W3C specs, and some tutorials, but they hardly go beyond the “hello world” level.
I’m faced with the task of reshuffling a huge XML file into something that can be imported in a [...]
Tags: