On Thu, Oct 23, 2008 at 12:08 PM, <[EMAIL PROTECTED]> wrote: > Hi all, I'm new to Xindice (Version 1.1). > In the developers guide > (http://xml.apache.org/xindice/1.1/guide-developer.html) I have read > that 3 APIs exist: > 1) XML:DB XML Database API > 2) XML-RPC API > 3) Core Server API > > Is it possible to build a distribution of Xindice supporting only 2) and > 3) without any dependencies to the xmldb? > In the code most dependencies to xmldb are in the > org.apache.xindice.client.* packages, but there are also a few in the > org.apache.xindice.core.* packages. Would it be possible to remove the > latter dependencies ?
Well, I guess it is possible to remove usages of xmldb-api classes from xindice.core. Completely removing all dependencies on xmldb libraries will require a lot of changes, but I am not sure why you would want to do that. What is that you are trying to achieve? Natalia > Bye, > Daniel >