>Yesterday I needed to use the FormatterToXML to format the DOM to an >output file (the old formatting I used didn't work sufficiently well). >But an odd thing happened: All the attributes of all elements were >printed out backwards (!).
Since the order of attributes is not allowed to be significant in XML, I suppose the routine is putting them out in a way that is fastest to execute. .................David Marston
