Augmenting sax is only the "in" part. The "out" part has got nothing
to do with sax. Actually, except for the attributes and call back
nature it does not look like sax anymore. So, I guess xmlio isn't that
bad, is it? Even though it is not realy original...

Oliver

On Fri, 8 Oct 2004 15:08:55 -0400, Gary Gregory
<[EMAIL PROTECTED]> wrote:
> Hello,
> 
> I would like to suggest that we find a better name for this project. It
> seems the key is that it "augments callbacks" for SAX. So maybe a name
> that tries to convey this fact:
> 
> - SaxEx
> - Sax???
> 
> Gary
> 
> > -----Original Message-----
> > From: Oliver Zeigermann [mailto:[EMAIL PROTECTED]
> > Sent: Friday, October 08, 2004 05:08
> > To: Jakarta Commons Developers List; [EMAIL PROTECTED]
> > Subject: Re: XML Im-/Ex-porter into Commons Sandbox
> >
> > StAX is a new parser type. It is streaming, i.e. you get one token
> > after the other upon request. xmlio still uses a standard SAX parser
> > and merely augments callbacks.
> >
> > Oliver
> >
> > On Fri, 08 Oct 2004 08:03:36 -0400, Mike Stanley
> <[EMAIL PROTECTED]>
> > wrote:
> > > How does this compare with StAX parser implementations?
> > >
> > > - Mike
> > >
> > >
> > >
> > > On Thu, 2004-10-07 at 15:53, Oliver Zeigermann wrote:
> > >
> > > > XMLBeans is super high level, XML Im-/Exporter is super low level.
> > > > E.g. XML Im-/Exporter (silly name by the way, any better ideas?)
> could
> > > > *theortically* be the base of XMLBeans. It is pretty near to SAX.
> > > >
> > > > Oliver
> > > >
> > > > On Thu, 7 Oct 2004 15:38:10 -0400, Shapira, Yoav
> > <[EMAIL PROTECTED]> wrote:
> > > > >
> > > > > Hi,
> > > > > How does this compare to XMLBeans?
> > > > >
> > > > > Yoav Shapira
> > > > > Millennium Research Informatics
> > > > >
> > > > >
> > > > >
> > > > >
> > > > > >-----Original Message-----
> > > > > >From: Oliver Zeigermann [mailto:[EMAIL PROTECTED]
> > > > > >Sent: Thursday, October 07, 2004 3:30 PM
> > > > > >To: [EMAIL PROTECTED]
> > > > > >Subject: XML Im-/Ex-porter into Commons Sandbox
> > > > > >
> > > > > >Folks,
> > > > > >
> > > > > >on the request of Daniel Florey I'd like to create at least one
> new
> > > > > >sandbox component for a tool that allows easy import / export
> of
> > XML
> > > > > >into / from Java. It is used by Jakarta Slide and in the
> components
> > > > > >Daniel introduced.
> > > > > >
> > > > > >I know this is a bit delicate as there already is Digester
> around
> > in
> > > > > >commons. However, the audience for my tool is different from
> > > > > >Digester's. XML Im-/Exporter is geared towards high performance
> use
> > > > > >for people who are very familiar with XML. It is just a little
> bit
> > > > > >more than pure SAX. It also has a different philosohie than
> > Digester.
> > > > > >
> > > > > >Having said that I hope not to cause any inconvenience with
> this...
> > > > > >
> > > > > >Preparing this now  and cheers,
> > > > > >
> > > > > >Oliver
> > > > > >
> > > > >
> >-------------------------------------------------------------------
> > --
> > > > > >To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> > > > > >For additional commands, e-mail: commons-dev-
> > [EMAIL PROTECTED]
> > > > >
> > > > > This e-mail, including any attachments, is a confidential
> business
> > communication, and may contain information that is confidential,
> > proprietary and/or privileged.  This e-mail is intended only for the
> > individual(s) to whom it is addressed, and may not be saved, copied,
> > printed, disclosed or used by anyone else.  If you are not the(an)
> > intended recipient, please immediately delete this e-mail from your
> > computer system and notify the sender.  Thank you.
> > > > >
> > > > >
> --------------------------------------------------------------------
> > -
> > > > > To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> > > > > For additional commands, e-mail:
> [EMAIL PROTECTED]
> > > > >
> > > > >
> > > >
> > > >
> ---------------------------------------------------------------------
> > >
> > >
> > > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > > For additional commands, e-mail:
> [EMAIL PROTECTED]
> > >
> > >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to