Below you can download a bare-bones code example that will import an RSS feed using an asynchronous Javascript (AJAX) call. Restrictions in browser security prohibit asynchronous calls to a different domain, so it uses a server-side .NET RSS hub that grabs it from another server. This hub also does the parsing to XHTML, using an XSL style sheet.
More