The following:
delete imageXML.Link;
Compiles to:
imageXML.removeChild('Link’);XMLLIst.removeChild is expecting either XML or an XMLList. It fails to do anything when it’s a string. I think it was working before, but I’m not sure how/why.
The following:
delete imageXML.Link;
Compiles to:
imageXML.removeChild('Link’);XMLLIst.removeChild is expecting either XML or an XMLList. It fails to do anything when it’s a string. I think it was working before, but I’m not sure how/why.