Greetings,

I am looking for a way to process XML using XQuery, and I ran across a few articles that mentioned XQJ. I have an implementation available, but it involves some nasty resource management code that looks JDBC-ish, and I was wondering whether there were any projects that provided an "XQJTemplate" or something like it.

Of course, I'm not tied to XQJ (though processing XQuery is a business requirement), so I'm open to other suggestions for processing XQuery within Spring. Any suggestions?