Jonathan Borden wrote: > > > Very frequently SAX programs don't directly parse a text stream rather chain > SAX events streams through SAXFilters etc. Indeed my XMTP MIME <-> XML > application (http://www.openhealth.org/xmtp) parses native MIME as SAX > events, so text XML is never involved, yet this can feed into XSLT > transforms etc that accept SAX event streams -- and via this mechanism an > XML:DB compliant database would become an email repository. >
Ok, I looked at xmtp and that makes perfect sense and would be very powerful. Are there any details to doing this that should be taken into consideration in the API? > setContentAsSAX should return a ContentHandler. endDocument() signals that > the SAX stream is finished if knowing this is necessary for further > processing. > > -Jonathan > > ---------------------------------------------------------------------- > Post a message: mailto:[EMAIL PROTECTED] > Unsubscribe: mailto:[EMAIL PROTECTED] > Contact adminstrator: mailto:[EMAIL PROTECTED] > Read archived messages: http://archive.xmldb.org/ > ---------------------------------------------------------------------- -- Kimbro Staken The dbXML Project http://www.dbxml.org/ ---------------------------------------------------------------------- Post a message: mailto:[EMAIL PROTECTED] Unsubscribe: mailto:[EMAIL PROTECTED] Contact adminstrator: mailto:[EMAIL PROTECTED] Read archived messages: http://archive.xmldb.org/ ----------------------------------------------------------------------
