On 6/7/07, Lyle Johnson <lyle.johnson / gmail.com> wrote: > On 6/7/07, Arunprabu Durairaju <arunprabu / gmail.com> wrote: > > > I am ... unable to set the order in which the > > attributes to be displayed in the xml. > > <snip> > > Why do you think the attributes for an element *should* appear in any > particular order? To be explicit, Builder's behavior is acceptable because the order of attributes in XML is not defined: """Note that the order of attribute specifications in a start-tag or empty-element tag is not significant.""" http://www.w3.org/TR/REC-xml/ HTH, Keith