Messing around with eXist - XML Database
Just Installed the eXist XML database server. I’m interested to mess around with this as it supports xQuery/xPath thus allowing for some pretty advanced querying of variously structured data - something that is lacking in databases like the Amazon simple storage service, and also the M-gateway project from what I could tell. My goal is to attempt a drop in replacement for the mapped MySQL tables we use for MoPCMS, since being able to directly query documents with changing structure is of critical use but is difficult to support in a standard relational database. xQuery can really change all this.

