[EMAIL PROTECTED] wrote:
We want to store XML eLearning-Content with Xindice. The collections are organized as our project structure. Within a project-collection, the are multiple collections in which we store the content of certain paragraphs of our project. Here's an example:
/db
/db/project1: eCommerce
/db/project1/b2b
/db/project1/b2c
/db/project1/b2g
/db/project2: SCM
/db/project2/introdution
/db/project2/scor
Now we want to query XML-Documents within the whole database, which match certain patterns, e.g. author=Sven.
If xindice can't do the job, I'll write a method, which does the query recursively for the whole collection-structure.
This feature is not supported by Xindice yet, it is on TODO list: http://xml.apache.org/xindice/todo.html Some work has been done to implement this: http://marc.theaimsgroup.com/?t=107584437000004&r=1
You can read thread above if you want to help implementing this feature.
Vadim