Hey,
I’m looking to load data from an XML file that is external to the xap file but stored within the same folder.
My experiences with loading XML are that the XDocument class is used, but this only accepts location string. This is fine if the xml file is contained within the XAP but i need it to be loaded external, regardless of the site the whole project is hosted on
I hope that makes sense and any help would be great :)