LiveConnect to XQuery/Berkeley DB XML

Brett Zamir <[email protected]> Tue, 07 Aug 2007 17:46:48 +0800
Newsgroups gmane.comp.mozilla.devel.java
Message-ID <46B83F88.3050106__23820.1295760975$1186480025$gmane$org@yahoo.com>
Hi,

This is a cross-post, but I figure this site is different yet quite 
suitable for the question...

Basically with a little help from my friends, I've been able to get the 
cool XML query language, XQuery workable from within Firefox (via 
LiveConnect connecting to Java connecting to the open source Berkeley DB 
XML native XML database). (It does require at least temporarily 
importing some XML into the database first.) And, you get to take 
advantage of the indexing and other features provided by BDBXML (a 
workable substitute for SQL even, as by handling hierarchical data, it 
can of course handle tabular data, including with joins, etc.).

However, I've got a problem getting a class loader unloaded (apparently 
a DLL issue)... Can anybody help? There's just one major bug (and a more 
minor one) that need to be fixed in order for people to use this freely...

http://forums.oracle.com/forums/thread.jspa?messageID=1995559

best,
Brett