Return-Path: Delivered-To: apmail-xml-xerces-j-user-archive@xml.apache.org Received: (qmail 5890 invoked by uid 500); 7 Nov 2002 14:01:51 -0000 Mailing-List: contact xerces-j-user-help@xml.apache.org; run by ezmlm Precedence: bulk Reply-To: xerces-j-user@xml.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list xerces-j-user@xml.apache.org Received: (qmail 5744 invoked from network); 7 Nov 2002 14:01:49 -0000 In-Reply-To: Importance: Normal MIME-Version: 1.0 Sensitivity: To: xerces-j-user@xml.apache.org Subject: Re: right-sequencing child nodes X-Mailer: Lotus Notes Release 6.0 September 26, 2002 Message-ID: From: Joseph Kesselman Date: Thu, 7 Nov 2002 09:01:46 -0500 X-MIMETrack: Serialize by Router on D01ML243/01/M/IBM(Release 6.0 [IBM]|October 25, 2002) at 11/07/2002 09:01:48, Serialize complete at 11/07/2002 09:01:48 Content-Type: text/plain; charset="US-ASCII" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Serialization should be outputting the nodes in document order. If anything else is happening, that's a bug either in how you're constructing the document or how the serializer is working. EXCEPTION: Attributes within a single element, by definition, are unordered. You can't control their order, parsers and serializers are not guaranteed to preserve their order, and no application should ever attempt to consider their order significant. ______________________________________ Joe Kesselman / IBM Research --------------------------------------------------------------------- To unsubscribe, e-mail: xerces-j-user-unsubscribe@xml.apache.org For additional commands, e-mail: xerces-j-user-help@xml.apache.org