W开发者_如何学Pythone don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this questionDo 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.
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).
- GIT Hub
- Pomengrante ( XQuery deployment project )
- MarkLogic CQ ( Browser Based Xquery Query tool )
- XQuery-OAuth
Google code
- XQMVC -- simple MVC framework for XQuery
http://developer.marklogic.com/
- XQRunner
- XQDebug ( browser based step by step debugging )
- Semantic
and so on.
This is a self answer:
Google Search http://www.google.com/codesearch "for file:.xq$" gives about 1000 matches. Most of them small scripts.
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.
See the XQuery Wikibook for a number of documented example XQuery applications
精彩评论