Remarks about XML:DB API

2002-02-07 Thread Arno de Quaasteniet
Hi, Inspired by the SixDML proposal I've been looking some more into the XMLD:DB API specification(since its partially based on the XML:DB core API spec) and have number of remarks about it, though I did not yet have time to read the specification thoroughly, so expect some more. Unfortunatly I

Re: Remarks about XML:DB API

2002-02-07 Thread Kimbro Staken
On Thursday, February 7, 2002, at 02:01 PM, Tom Bradford wrote: Yes... and it shouldn't cause confusion because Services as they're implemented at the moment can't be repointed to other Collections. To a Service, the Collection provides context. It may be a starting context for recursive

Re: Remarks about XML:DB API

2002-02-07 Thread Dare Obasanjo
--- Tom Bradford [EMAIL PROTECTED] wrote: On Thursday, February 7, 2002, at 02:09 PM, Kimbro Staken wrote: The problem comes if there is no root collection. For instance I have an Oracle 9i impl where the collection hierarchy is flat. I had to synthesize a root collection in order to

Re: Remarks about XML:DB API

2002-02-07 Thread Tom Bradford
On Thursday, February 7, 2002, at 02:30 PM, Dare Obasanjo wrote: This can easily be supported by doing what I did with SiXDML. Just add getService(String, String) to the Database class. Here's the problem with that though. Imagine you have a program that performs service requests in a generic

Re: Remarks about XML:DB API

2002-02-07 Thread Kimbro Staken
On Thursday, February 7, 2002, at 02:40 PM, Tom Bradford wrote: On Thursday, February 7, 2002, at 02:30 PM, Dare Obasanjo wrote: This can easily be supported by doing what I did with SiXDML. Just add getService(String, String) to the Database class. Here's the problem with that though. Imagine