On 06.11.2012 14:51, Christian Grün wrote:
You shouldn't encounter any problems if you are accessing the two databases in a single XQuery expression. Could you give some more details on what you've tried so far?
Christian, I use a QueryProcessor to fetch the complete database A, and I use the internal API (aka ANode) to navigate the tree up and down in an interactive application (on Android). In parallel, a separate thread creates a separate database B from an XML document. This takes quite some time, and while B is written, the user should be able to navigate A.
Hm, I just encountered an OutOfMemoryError; will have to look closer at it...