Click here to Skip to main content
15,891,761 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How To Display RSS/XML Documents In VB.NET WebBrowser?

I Have A Facebook Fan Page, There Is An XML/RSS Feed Of The Page, I Want To Display That Feed On My Created Web Browser On Visual Studio, VB.NET

When I Insert The Url To My WebBrowser1 It Displays As XML Document
EX:
XML
<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
      xmlns:media="http://search.yahoo.com/mrss/"
      xmlns:dc="http://purl.org/dc/elements/1.1/"
    >
  <channel>
    <title>WWE Zone's Facebook Wall</title>
    <link>https://www.facebook.com/</link></channel></rss>

........... Etc

And The Rest Of The XML Code, But If Opened Internet Explorer, It Displays Normally As RSS Feed

I Want It To Display As RSS Feed On My Created Web Browser, Not XML Code

Here Is The Link Of The RSS/XML Feed :)
https://www.facebook.com/feeds/page.php?id=126409187399955&format=rss20[^]
Please Give Me A Code And Where To Insert It :) Thanks

Youssef Emad
Posted
Updated 27-Nov-11 14:44pm
v2

1 solution

I suppose you will want to parse the XML into an HTML document and then load the HTML document into your browser. I have never done this so I have no solution of my own but these links may be of interest to you.

rss-feed-link-reader-in-visual-basic/[^]
C#: Application to Browse and Read using RSS Feeds from your Desktop[^]
WCF Syndication[^]
C# RSS Reader[^]
RSS Reader[^]

Hope these help.
 
Share this answer
 
v2
Comments
thatraja 27-Nov-11 20:41pm    
[Comment from OP/Moved from answer]
Ok Thank U So Much I Appreciate That

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900