Simple XML that won't work :|?
Ok.. I have a very simple html file which read on a xml sample from w3school.
xml file : http://www.w3schools.com/xml/cd_catalog.xml
html file : http://www.letmetry.org/test.html
Now... The weird part :|
If I open the file locally, D:\Projects\LetMeTry\test.html, i can see the result.
However, if i upload the file to my server, it shows NOTHING!
I really have no idea what could this be :|
No, it's simple xmlDoc.load("http://www.w3schools.com/xml/cd_catalog.xml");
"The problem I'm getting is a javascript erroir for access denied. I think this is because your XML file and the HTML file are in different domains......"
Yeah! You are absolutely right, it works once i change the domain.
But if I were to use the feed from other provider, how could I solve this problem without changing the setting on IE?
|