views:

122

answers:

5

Do you know about any open source projects written in XQuery? The larger the better. I want to improve my XQuery skills by reading existing code.

+2  A: 

xprocxq is/was an implementation of XProc in XQuery, and is the only significant XQuery open source project I know of.

For a less conventional example of XQuery, I would recommend a look at the XQSharp raytracer (caveat: I am a developer for XQSharp).

Oliver Hallam
+1  A: 

This is a self answer:

Google Search http://www.google.com/codesearch "for file:.xq$" gives about 1000 matches. Most of them small scripts.

danatel
+1  A: 

We host and/or link to a good number of XQuery open source projects at http://developer.marklogic.com/code. There is plenty of code to read there for you.

Eric Bloch
+1  A: 

See the XQuery Wikibook for a number of documented example XQuery applications

Chris Wallace
+1  A: 
  1. GIT Hub
    1. Pomengrante ( XQuery deployment project )
    2. MarkLogic CQ ( Browser Based Xquery Query tool )
    3. XQuery-OAuth
  2. Google code

    1. XQMVC -- simple MVC framework for XQuery
  3. http://developer.marklogic.com/

    1. XQRunner
    2. XQDebug ( browser based step by step debugging )
    3. Semantic

and so on.

kadalamittai