How do I overcome XML files being cached?

I’ve developed a small application that reads an XML file.
The problem is that I need to update the XML file.
Unfortunately… the old XML files ALWAYS gets cached.
How do I overcome this?

Read in from a database instead?

Any help would be appreciated.

Thanks.

OM