Use XQuery to Access XML in Emacs

Posted by Gregory Burd on Oracle Blogs See other posts from Oracle Blogs or by Gregory Burd
Published on Thu, 03 Jun 2010 07:56:36 -0500 Indexed on 2010/06/03 13:35 UTC
Read the original article Hit count: 1077

Filed under:
|
|
|
|
|

There you are working on a multi-MB/GB/TB XML document or set of documents, you want to be able to quickly query the content but you don't want to load the XML into a full-blown XML database, the time spent setting things up is simply too expensive. Why not combine a great open source editor, Emacs, and a great XML XQuery engine, Berkeley DB XML? That is exactly what Donnie Cameron did. Give it a try.

© Oracle Blogs or respective owner

Related posts about Berkeley DB XML

Related posts about Xml