Re: cvs commit: xml-axis/java/src/org/apache/axis/utils XMLUtils.java

2001-04-04 Thread Jason Hunter
> Jason, do you have any numbers/stats as to whether parsing into JDOM using > SAX is faster than a typical DOM parse in, say, Xerces? Sorry, I've not done comparison timings recently. Nor has anyone spent dedicated time improving performance yet. But if you do testing, make sure to use the la

Re: cvs commit: xml-axis/java/src/org/apache/axis/utils XMLUtils.java

2001-04-04 Thread Jason Hunter
> Angus Rose wrote: > > Hello all, > first things first, what is this SOAP business,is it > good? Also has anybody played with electric xml? I see the uRL at the > bottom of this page and was wondering what peoples reactions were to > it - espec. as it supports XPATH - how do you i

RE: cvs commit: xml-axis/java/src/org/apache/axis/utils XMLUtils.java

2001-04-02 Thread Sam Ruby
Glen Daniels wrote: > > * One feature of the SOAP section 5 encoding is "multi-ref > accessors", which work like this: It is worth noting that section 5 is optional (though likely high used). Within that option, there are a number of people who consider multi-ref accessors to be a low use case (si

Re: cvs commit: xml-axis/java/src/org/apache/axis/utils XMLUtils.java

2001-04-02 Thread Harry Lin
Gladiator - Original Message - From: <[EMAIL PROTECTED]> To: Cc: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, April 02, 2001 4:33 PM Subject: RE: cvs commit: xml-axis/java/src/org/apache/axis/utils XMLUtils.java > > Hi Sam! > > I agree with th

RE: cvs commit: xml-axis/java/src/org/apache/axis/utils XMLUtils.java

2001-04-02 Thread Sam Ruby
Glen Daniels wrote: > > OK, here's my suggestion. Take it with appropriate salt. > > DOM is pretty much a pain in the ass to work with, and we're Java > developers, with access to JDOM. JDOM is screaming along in terms of > functionality, and they now deal just fine with JAXP on the bottom end, s