W3C's XML specification does not guarantee element order. Which IMHO is the root of the problem here.Unless Interwoven provides an xml schema notation, it is upto the presentation layer to preserve order of xml elements
Unless you're trying to present the DCR's XML directly via CSS - or trying to parse it with non-XML-oriented Perl (or Java or ...) code - it really shouldn't matter what order they show up in - as references (XPath or otherwise) to the nodes in the XML file are independent of ordering. (I think this might be a paraphrasing of the article you (ccprofessional) referenced in your follow-up post).So - back to the original question (from Sailesh) - why do you care what order they show up in within the DCR?