I have a problem with XML in IE7 that I cannot understand. To keep it simple, I have loaded an XML document from the server and extracted some data successfully using getElementsByTa gName. This works on both IE and Mozilla based browsers.
I now want to add this data to a second XML document. I have loaded the document, use getElementsByTa gName to locate where the data should go then add it. This works with Mozilla but IE returns an empty list suggesting it can't find the tag.
Anybody know why the method should work on the first document but not the second, yet works perfectly on both documents with Mozilla?
Many Thanks
I now want to add this data to a second XML document. I have loaded the document, use getElementsByTa gName to locate where the data should go then add it. This works with Mozilla but IE returns an empty list suggesting it can't find the tag.
Anybody know why the method should work on the first document but not the second, yet works perfectly on both documents with Mozilla?
Many Thanks
Comment