Re: Open Source XML Database

2003-12-22 Thread Shlomi Fish
On Sun, 21 Dec 2003, Eli Marmor wrote: Hi, Does anybody there have any experience and/or knowledge about how to implement a hierarchical XML *database*? Implement - no, but I can give it some thought. Should I store the information in pure XML format and retrieve it using XPath (and

RE: Open Source XML Database

2003-12-22 Thread Iftach Hyams
Does anybody there have any experience and/or knowledge about how to implement a hierarchical XML *database*? http://www.sleepycat.com/ (Berkeley DB etc.) This e-mail message has been sent by Elbit Systems Ltd. and is for the use of the intended recipients only. The message may contain

Re: Open Source XML Database

2003-12-22 Thread Eli Marmor
Thank you Shlomi and Iftach! Meanwhile I found a good resource answering my question (though without opinions - you still have to choose your best of choice solution from a list of dozens of hundreds solutions): http://www.rpbourret.com/xml/XMLDatabaseProds.htm Its parent is useful too:

Re: Open Source XML Database

2003-12-22 Thread Andre E. Bar'yudin
On Sun, Dec 21, 2003 at 04:25:43PM +0200, Eli Marmor wrote: Hi, Does anybody there have any experience and/or knowledge about how to implement a hierarchical XML *database*? During my studies I implemented (in cooperation with another guy) a parser/compiler for the Quilt XML query language.