Return-Path: Delivered-To: apmail-xml-axis-dev-archive@xml.apache.org Received: (qmail 20635 invoked by uid 500); 2 Apr 2001 18:43:56 -0000 Mailing-List: contact axis-dev-help@xml.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@xml.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list axis-dev@xml.apache.org Received: (qmail 20622 invoked from network); 2 Apr 2001 18:43:52 -0000 Received: from e21.nc.us.ibm.com (32.97.136.227) by h31.sny.collab.net with SMTP; 2 Apr 2001 18:43:52 -0000 Received: from southrelay02.raleigh.ibm.com (southrelay02.raleigh.ibm.com [9.37.3.209]) by e21.nc.us.ibm.com (8.9.3/8.9.3) with ESMTP id OAA27196 for ; Mon, 2 Apr 2001 14:38:38 -0500 Received: from d04nm204.raleigh.ibm.com (d04nm204.raleigh.ibm.com [9.67.228.13]) by southrelay02.raleigh.ibm.com (8.11.1/NCO v4.95) with ESMTP id f32IhqG69602 for ; Mon, 2 Apr 2001 14:43:52 -0400 Importance: Normal Subject: RE: cvs commit: xml-axis/java/src/org/apache/axis/utils XMLUtils. java To: axis-dev@xml.apache.org X-Mailer: Lotus Notes Release 5.0.3 (Intl) 21 March 2000 Message-ID: From: "Doug Davis" Date: Mon, 2 Apr 2001 14:43:52 -0400 X-MIMETrack: Serialize by Router on D04NM204/04/M/IBM(Release 5.0.6 |December 14, 2000) at 04/02/2001 02:43:53 PM MIME-Version: 1.0 Content-type: text/plain; charset=us-ascii X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N Hence my expletives 8-) -Dug Glen Daniels on 04/02/2001 02:42:46 PM Please respond to axis-dev@xml.apache.org To: "'axis-dev@xml.apache.org'" cc: Subject: RE: cvs commit: xml-axis/java/src/org/apache/axis/utils XMLUtils. java Gee, wouldn't it be nice if it were as simple as JDOM? :) --G > -----Original Message----- > From: Doug Davis [mailto:dug@us.ibm.com] > Sent: Monday, April 02, 2001 2:41 PM > To: axis-dev@xml.apache.org > Subject: Re: cvs commit: xml-axis/java/src/org/apache/axis/utils > XMLUtils.java > > > (removed expletives towards DOM and JAXP 8-) > > Perhaps someone could answer some of these questions: > > - How expensive is it to create a new DocumentBuilder? > - How do we serialize DOM w/o requiring a specific implementation? > - Is it possible to create an Element w/o a Document object? > - How expensive is the importNodes method? I'm assuming its high. > > -Dug > > > Matthew Duftler/Watson/IBM@IBMUS on 04/02/2001 02:30:00 PM > > Please respond to axis-dev@xml.apache.org > > To: axis-dev@xml.apache.org > cc: > Subject: Re: cvs commit: xml-axis/java/src/org/apache/axis/utils > XMLUtils.java > > > > > Hi Doug, > > I don't know what the standardized way to serialize a > org.w3c.dom.Document > is. There probably is a way, but I'm not sure what it is. I > briefly looked > through the JAXP spec to see if I could find a clue, but I didn't see > anything. I did notice, however, that they explicitly say that > DocumentBuilder is not expected to be thread-safe, so holding > on to one > instance may not be the best idea. > > Thanks, > -Matt > >