Is it possible to read xml files locally from an html page using javascript without using any local server?
Right now I am able to load xml using jquery.ajax
function but it only loads xml files from server. What I need to do is to load xml from local file system. when i try to do it I get an error from chrome?
XMLHttpRequest cannot load file:///C:/Simplified.xml.
Cross origin requests are only supported for HTTP.