IE has the ability to persist data using it's XML Store. I'm using it instead of cookies to store a user defined CSS choice. The problem is, when a page first loads, there is no CSS selected and the page looks horrible. Once a style is chosen, the page looks great from that point on.
The difficulty I'm running into is how to clear out the XML store in my browser so that I can fix the initial CSS problem. Has anyone worked with this feature of IE and have any suggestions?