You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xmlbeans.apache.org by Dominique Devienne <DD...@lgc.com> on 2004/02/26 21:08:17 UTC

RE: Getting an Apache-licensed Piccolo into XMLBeans (RE: xmlbean s line number question)

> From: Rob Wyrick [mailto:rob@wyrick.org]
> 
> Cliff Schmidt wrote:
> >What are the opinions out there about using Piccolo in future
> >releases of xmlbeans?
> >
> We here at FedEx chose XmlBeans due to its speed.  It is my understanding
> that one of the reasons it is so fast is because of Piccolo.  I think,
> therefore,
> that it is pretty safe more me to say that we (at FedEx) would favor the
> use of Piccolo.
> 
> In fact, one of the reasons I haven't checked out an apache version of
> XmlBeans is because it doesn't come with the Piccolo parser.  Not only
> do we need the speed, we need the line numbers.
> 
> Standard disclaimers apply... FedEx doesn't endorse anything I say. ;)

Speed is one thing, but Standard-compliance is another...

When I read from Elliote Rusty Harold that Xerces 2.6+ is the only parser he
knows off to fully implement the XML specs correctly, I take notice.

XmlBeans should not be in the business to providing an XML parser, IMHO, and
should work off abstract APIs only, like JAXP, SAX, and co. The Piccolo
dependency was removed, which is good, but the use of Location was not added
instead, which is the problem.

I'll take accuracy instead of speed anytime myself, and it's your right to
choose the reverse. Let's just not force each other's choice on the other,
right. --DD

- ---------------------------------------------------------------------
To unsubscribe, e-mail:   xmlbeans-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xmlbeans-dev-help@xml.apache.org
Apache XMLBeans Project -- URL: http://xml.apache.org/xmlbeans/