Re: Original DOM of a XSLT'd XML
"r0wb0t" <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.xml |
|---|---|
| Organization | http://groups.google.com |
| Message-ID | <[email protected]> |
Christian Biesinger wrote: > Rowan Nairn wrote: > > XMLDocument.load probably doesn't even use the browser cache, does it? > > Why wouldn't it? Everything uses the cache, unless it specifically wants > to bypass it. (I think we do that for XMLHTTPRequest POST requests, and > of course shift+reload, but not much else) Ok, great! So my follow-up question is: How can I tell XMLDocument.load to only use the cache or else abort? Or even better, to tell if a certain URL will be taken from the cache before I call load. Thanks for the reply, Rowan > (And why are you cross-posting to 4 groups without setting Followup-To? > Setting one here.) Sorry. Missed that option.