I was thinking of mapping the slide folders and documents on the xml database through the xmldb api. Throught the xmldb api you can manipulate collections and documents in a very easy way. So it would be just an other implementation of the Store interface based on that API instead of JDBC or file system. The super nice thing of XMLDB is that you can query in a very powerful way with xpath. But I was thinking...that ( the search ) would have to been made separately, I think, because the Index (Search) part of slide is not defined isnt'it ?
-----Original Message----- From: Dirk Verbeeck [mailto:[EMAIL PROTECTED]] Sent: Sunday, January 13, 2002 10:19 PM To: Slide Users List Subject: Re: XMLDB Didn't see any message on the list so I don't think it already exists. It will be a nice project! Are you going to map the XML tree onto a folder tree or keep the documents as is? Dirk Michele Vivoda wrote: > > Hi, > > I was wondering if you plan support for xml databases through the XMLDB > api. > XMLDB is a standard API for xml databases implemented at the moment by > DBXML, Ozone and eXist. > I was thinking of creating an implementation of the various Store > interfaces using that API, but may be somebody has already done it. > > Regards, > Michele -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
