Hi developers,
Artem, the google summer of code student working on the query API has a
first test implementation of an XPath like query implementation based on
the JackRabbit JCR package.
It's pretty neat.. Here is for example how to list child documents of a
page:
//*/*[@parent='Dev.IndependentQueryAPI'/@fullName]
or how to list all users
//*/*/obj/XWiki/XWikiUsers/@name - list all users
More info and feeback welcome here:
http://usunet.ru/xwiki/bin/view/Dev/IndependentQueryAPI
Ludovic
Artem is working on a Google Summer of Code project to build a
independent query API for XWiki..
This will define the new query languages for XWiki.. This has an
important impact on what xwiki will become..
Feel free to join the discussion on the API
http://jira.xwiki.org/jira/browse/XWIKI-98
Ludovic