function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Vincent.IpVincent.Ip 

Winter '13 error in XML DOM Manipulation

I want to preface this message with the fact that this error seems to have cropped up specifically in the Winter '13 release.  We are not seeing this error in our Production org.  

 

In our Winter '13 Sandbox, we are getting an error from the XML DOM removeChild method.

 

We are parsing an XML response using the XML DOM parser and in trying to access a repeating child element underneath another node.  The parent node has a lot of other child elements which we don't care about, so we use the the "getChildElement" method to retrieve the first of the repeating elements, and then we remove it so that the next getChildElement will retreive the following node.

 

when we call the removeChild metod, we are getting a "Salesforce Internal Error" in our Debug logs without much other information.    Is anyone else seeing this error?  And Salesforce, is this a bug in Winter '13?

 

Thanks