Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Caching xml file

Status
Not open for further replies.

ice78991

Programmer
Nov 20, 2006
216
0
0
I am loading variables from an xml file loaded through the xml object

xmlData = new XML();
xmlData.ignoreWhite = true;
xmlData.onLoad = loadXML;

The problem I have is that if I alter the xml file, firefox does not reload the xml file so I cannot easily update the page.

Is there a way around this?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top