Is it possible to dynamically the URL of a feed that has been instantiated in the header of a page via JavaScript?
For example, is it possible to update the URL of the rss feed in the following snippet:
<html>
<head>
<link rel="alternate" title="Feed" href="/rss.feed" type="application/rss+xml">
</head>
<body>
...
</body>
</html>