Archive

28 November 2005

RSS import using AJAX and .NET

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

You are trying to view the newsticker in a browser that doesn't support it. I am sorry.