Hi, I need to parse contents of a file, add an extra attribute to the root node and then update the file with the modified XML. I found that the order of attributes are getting changed, after parsing and serializing the parser contents. Is there are option to turn off attribute sorting done by XercesDOMParser? Thanks, Mini
