When an xml document is parsed into an xml object can I coun't on everything coming out the same order it went in. Will the elements and everything be ordered in the object in the same order that they appear in the document? And if not, how can I insure that they will?
I'm using, in javascript, "Msxml2.DOMDocument.3.0" if that makes any difference.
Programmers don't die, they get uploaded.