On Thu, 14 Jun 2001 10:49:26 +0200 "Per Nyfelt" <[EMAIL PROTECTED]> wrote:
> > -----Original Message----- > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > > Behalf Of Kimbro Staken > > Sent: den 13 juni 2001 21:43 > > To: [EMAIL PROTECTED] > > Subject: Re: XMLResource > > > > > > Per Nyfelt wrote: > > > > > > OK, I understand how you are reasoning now. Thanks for your > > help and sorry > > > for being such a pain. I do not think there would be need to add > > > getResourceAsText() to XMLResource then. > > > > How is the Ozone impl coming along then? > > Mostly done and usable at this point. I'm writing a small XML-XSL based web > app to see if I find issues not encountered in the Junit tests. I hope to be > level 0 compliant after this week-end but i have a couple of things that i'm > not clear about still: > > I'm not sure how to do XMLResource.setContentAsSAX(). What should the > ContentHandler you return from here do? Any examples? The returned ContentHandler is application or better implementation specific, what means that only this ContentHandler knows how to handle SAX events and how to store them in your Ozone DB. But note that you're on client side and that you have to stream the thrown SAX events to server side to provide maximum performance. (but this is very Ozone specific) > > Is implementation of ResourceIterator a level 1 requirement (i.e. can you be > level 0 compliant without a ResourceIterator? > > Best regards, > Per > > > ---------------------------------------------------------------------- > Post a message: mailto:[EMAIL PROTECTED] > Unsubscribe: mailto:[EMAIL PROTECTED] > Contact adminstrator: mailto:[EMAIL PROTECTED] > Read archived messages: http://archive.xmldb.org/ > ---------------------------------------------------------------------- -- ______________________________________________________________________ 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://archive.xmldb.org/ ----------------------------------------------------------------------
