Return-Path: Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 38441 invoked by uid 500); 29 Aug 2002 22:17:59 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 38421 invoked from network); 29 Aug 2002 22:17:58 -0000 Date: Thu, 29 Aug 2002 15:18:01 -0700 From: Jon Travis To: dev@httpd.apache.org Cc: dev@apr.apache.org Subject: Re: El-Kabong -- HTML Parser Message-ID: <20020829151801.A21690@covalent.net> References: <20020829115452.A17218@covalent.net> <20020829141019.V43906-100000@rietveld.vanzoest.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020829141019.V43906-100000@rietveld.vanzoest.com>; from sander@vanzoest.com on Thu, Aug 29, 2002 at 02:30:35PM -0700 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N On Thu, Aug 29, 2002 at 02:30:35PM -0700, Sander van Zoest wrote: > On Thu, 29 Aug 2002, Jon Travis wrote: > > > On Thu, Aug 29, 2002 at 11:29:24AM -0700, Aaron Bannert wrote: > On Thu, Aug 29, 2002 at 02:24:28PM -0400, Ryan Bloom wrote: > > > > I will make one exception to that statement. If it lands inside of > > > > APR-util, under the XML directory, and it is made to work with the XML > > > > parser, I can accept that landing spot. As it fits in closer with our > > > > goals (I think). Jim, I can't decide if this is what you meant or not. > > > I'm +1 on integrating it into our XML stuff. I consider it to be > > > equivalent to apr-util, so either we put it inside apr-util, or > > > we create a new APR subproject or sub-library for it. > > I'm not keen on integrating it into the APR XML layer for a few reasons: > > 1 - APR's XML is not SAX-stylee. El-Kabong is. That isn't to say that E-K > > couldn't get a full object model interface, but it doesn't have it now. > > Expat is a stream based parsers that is pretty similar to SAX2. It > isn't a DOM xml parser. What does this have to do with anything? Expat is uninvolved here. I was talking about the APR XML API, which may-or-may-not wrap Expat. That API is DOM style. -- Jon