PowerTip: Cast an RSS Feed into XML with PowerShell
Summary: Use Windows PowerShell to cast an RSS feed to an XML document. How can you navigate an RSS feed as if it was an XML document by using Windows PowerShell? When retrieving an RSS feed, ensure that you cast it to an XML document by using the [xml] type accelerator:  ...