Re: [basex-talk] Way to React To Updates Using XQuery?

2015-04-16 Thread Eliot Kimber
I will track the conversation. In thinking about my requirements more I realized that it probably makes sense to build my indexes and cached data structures on demand. At the time a query is made I can determine if the index or cache I need A) already exists and B) is older than the timestamp(s)

[basex-talk] Way to React To Updates Using XQuery?

2015-04-15 Thread Eliot Kimber
As part of my DITA link management system, I need to create and update various indexes and data structures whenever specific documents are added or updated. I was looking for some sort of trigger or event handler by which I would register an XQuery function and the system would call it on add,

Re: [basex-talk] Way to React To Updates Using XQuery?

2015-04-15 Thread Christian GrĂ¼n
Is such a mechanism available? Such a mechanism is indeed planned to be added in a future versoin. It might take a while, though, to make this happen, as we first want to sort out what are the most important use cases (e.g.: do we want synchronous or asynchronous triggers?). You are invited in