I am using the following to create a copy of an XMLList:
var _copyXML:XMLList = new XMLList(originalXML);

but seems like when I remove elements form copy the original is gets
affected too. So, how do I copy XMLLists?

Thanks

Reply via email to