Skip to content

MartinCoderDojo/getXMLFile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

getXMLFile

Simple JavaScript functions to get an XML file whether it is stored locally or remotely.

To run on localhost with local XML file on Chrome have to run with the following command:

Mac: /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --allow-file-access-from-files or open -a Google\ Chrome --args --allow-file-access-from-files Linux: google-chrome --allow-file-access-from-files Windows: path to your chrome installation\chrome.exe --allow-file-access-from-files

Check flags here: chrome://version/

WARNING: Restart Chrome without this flag before accessing the web as this flag introduces security issues. blog.chromium.org/2008/12/security-in-depth-local-web-pages.html

About

Simple JavaScript functions to get an XML file whether it is stored locally or remotely.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published