I did an XMLSearch, then did an ArraySwap to change the order of a couple of
nodes. In the array, all looks fine. But, the XML "file" (variable) does not
change. It is my understanding that the resulting array of an XMLSearch is a
"pointer recordset" into the xml "file" in memory and changes made to the
Array, are reflected in the xml "file" (variable).

This hold true when altering xmlAttributes and XmlText, but the swap is lost.
HELP!

Thanks=