Mark,

You can write custom functions via the XML-RPC
interface.  You won't be able to call them from the
XML:DB API, but you CAN call them directly via
XML-RPC.  The only downside is you would have to run
the build process each time you added a new extension.
I have been working on a system outside of the current
CVS tree (mostly because it does not support Xindice
in embedded mode) that is similar to the way
XMLObjects worked in 1.0, but less complicated and
does not require you to run the build.  It also allows
for restrictions such as 'run from localhost only' and
'require SSL protocol' as execution options for
example.  Let me know if this sounds interesting to
you...

Kurt

--- "Mark R. Diggory" <[EMAIL PROTECTED]>
wrote:
> Is this a bad idea? Any other recommendations?
> 
> Mark R. Diggory wrote:
> > Hi everyone,
> > 
> > I have a question concerning the removal of
> XMLObject in 1.1.
> > 
> > I was interested in possibly building an XMLObject
> to store very large 
> > "table like" fragments of my XML documents in a
> relation db that would 
> > be XQuery/XUpdate/... accessable from Xindice. But
> now I here that 
> > XMLObject has been removed and I'm kind stuck. Is
> there any alternative 
> > for my usecase that Xindice is planning? Or would
> it be possible for me 
> > to "resurect" an XMLObject interface for my needs?
> > 
> > -Mark Diggory
> > 
> 

Reply via email to