On Sam, 30 Sep 2000, you wrote:
> calling something an XML database are. I would say that the query result
> needs to at least be expressed either as a series of SAX events or as a DOM
> NodeList  What should the requirements for the CLI look like?

Producing SAX events is the only way to develop scalable XML applications
today. If you really need to have a DOM representation of your query result you
can easily translate SAX events to DOM nodes. (the Xerces DOM parser is based
on SAX events internally)

Lars
-- 
___________________________________________________________________
Lars Martin                                 mailto:[EMAIL PROTECTED]
SMB GmbH                                     http://www.smb-tec.com

------------------------------------------------------------------
Post a message:          mailto:[EMAIL PROTECTED]
Unsubscribe:             mailto:[EMAIL PROTECTED]
Contact adminstrator:    mailto:[EMAIL PROTECTED]
Read archived messages:  http://www.xmldb.org/
------------------------------------------------------------------

Reply via email to