9 Aug
2005
9 Aug
'05
6:40 a.m.
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