On Thursday 31 August 2006 15:19, [EMAIL PROTECTED] wrote: > If we want to move to text and document processing one of the strategies is > to use XML native database management system. Does anyone know of one?
http://www.sleepycat.com/products/bdbxml.html very easy to use, but problematic in a highly concurrent multi-user environment unless you wrap some management layer around it API support for most common languages Mailing list extremely supportive - have been playig with it for the past 2 years and never hit any dead ends supportwise http://xml.apache.org/xindice/ eminently scalable, powerful, but not so easy to set up. Magnificent and versatile once you get it up and running API support for languages other than Java only through XML-RPC as far as I know Both solutions are open sourced, well maintained, and run on most platforms Horst _______________________________________________ Gpcg_talk mailing list [email protected] http://ozdocit.org/cgi-bin/mailman/listinfo/gpcg_talk
