Hi all - first post.
Im trying to get Construct 2 to traverse XML. I can get this working with a project XML file for Firefox and Chrome but IE just doesn't work.
I have tried using the Ajax object to load the project XML file and then create an XML object from this. I can't use any XML.NodeCount(), XML.StringValue() or for each node with IE - it always returns 0 or undefined.
Any ideas what else i should try?
Thanks