Martijn van Beurden wrote:

> Yeah, sure, I have that all the time. The weird thing is that even when 
> using Ctrl+F5, my browser (Firefox) won't reload the XML feed. You'll 
> have to go to xiph.org/flac/feeds/feed.xml, refresh the feed there with 
> (Ctrl+)F5, to get the new news in the browser cache, then it will show up.

Ah yes, thats it.
 
> I don't know how long caches are usually held, but just for the record, 
> that news item of Sony shows up here.

Have you tried replacing the "GET" here:

          xhttp.open("GET",dname,false);
          xhttp.send("");
          return xhttp.responseXML;

with a "POST" operation instead? See the "GET or POST?" section of this
page:

    http://www.w3schools.com/dom/dom_httprequest.asp
 
Cheers,
Erik
-- 
----------------------------------------------------------------------
Erik de Castro Lopo
http://www.mega-nerd.com/
_______________________________________________
flac-dev mailing list
flac-dev@xiph.org
http://lists.xiph.org/mailman/listinfo/flac-dev

Reply via email to