As I work on creating a local HTML file to display dynamic data from an XML file, I've encountered a problem. After inspecting the file in Chrome, it seems that my XML file is not being parsed due to it not being hosted on a webserver.
XMLHttpRequest cannot load data.xml. Cross origin requests are only supported for HTTP.
While there are some flags that could potentially resolve this issue, I am exploring alternative methods as I plan to share these files with others who may not be familiar with modifying browser settings. Hosting the files on a web server is also not an option for me at this time.
Thank you for any assistance you can provide.