Click here to Skip to main content
15,879,535 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Ajax Control toolkit Pin
future383927-Mar-10 5:47
future383927-Mar-10 5:47 
GeneralRe: Ajax Control toolkit Pin
future383927-Mar-10 6:00
future383927-Mar-10 6:00 
AnswerRe: Ajax Control toolkit Pin
Syed Nasir Abbas11-Dec-10 0:22
Syed Nasir Abbas11-Dec-10 0:22 
AnswerRe: Ajax Control toolkit Pin
thatsanun5-Oct-11 18:36
thatsanun5-Oct-11 18:36 
QuestionRotating text 90 degrees with CSS2.1 Pin
AndyASPVB25-Mar-10 11:09
AndyASPVB25-Mar-10 11:09 
AnswerRe: Rotating text 90 degrees with CSS2.1 Pin
PSK_25-Mar-10 17:30
PSK_25-Mar-10 17:30 
AnswerRe: Rotating text 90 degrees with CSS2.1 Pin
Dalek Dave25-Mar-10 22:21
professionalDalek Dave25-Mar-10 22:21 
QuestionConsume Rss feeds Pin
Member 411509625-Mar-10 11:07
Member 411509625-Mar-10 11:07 
Hi all,
I am new to rss feeds, please help.

I am facing problem to consume rss feeds, I found several articles on How to consume RSS feeds, they helped me to some extened but I didn't get info for what exactly i am looking.

My problem is:

I tried to consume feeds from these two URLs

http://www.sowetan.co.za/rss/Sowetan_TopStories.xml
http://rss.news.yahoo.com/rss/mostviewed

I've used this code to get the feeds info

XmlTextReader readerSport = new XmlTextReader("http://www.sowetan.co.za/rss/Sowetan_TopStories.xml"); //http://rss.news.yahoo.com/rss/mostviewed

DataSet dsSport = new DataSet();
dsSport.Clear();
dsSport.ReadXml(readerSport);

for both the feed dataset have same 8 tables but with diffrent names, and if i write the xml using the folloing code

XmlDocument xmlDoc = new XmlDocument();
xmlDoc.Load("http://www.sowetan.co.za/rss/Sowetan_TopStories.xml");
//xmlDoc.Load("http://rss.news.yahoo.com/rss/mostviewed");
xmlDoc.Save(Server.MapPath("~/sowetan.xml"));

after observing the genrated xml, both the xml have diffrent structure.

My Questions are:

1. What information required to display the feed content?
2. if we have diffrent structures for the genrated xml how can we write a single transform method?
3. Is all the 8 tables data required for displayingrss content, In most article i found they've used only for table 3
4. I want to open the feed content on my webpage, how it can be done.

Please any one help me on the above quesions.
Questionhow to run database page in IIS Pin
hotthoughtguy25-Mar-10 7:52
hotthoughtguy25-Mar-10 7:52 
AnswerRe: how to run database page in IIS Pin
T M Gray25-Mar-10 8:35
T M Gray25-Mar-10 8:35 
GeneralRe: how to run database page in IIS Pin
hotthoughtguy25-Mar-10 8:59
hotthoughtguy25-Mar-10 8:59 
GeneralRe: how to run database page in IIS Pin
T M Gray25-Mar-10 11:00
T M Gray25-Mar-10 11:00 
AnswerRe: how to run database page in IIS Pin
Not Active25-Mar-10 11:53
mentorNot Active25-Mar-10 11:53 
GeneralRe: how to run database page in IIS Pin
hotthoughtguy26-Mar-10 3:26
hotthoughtguy26-Mar-10 3:26 
GeneralRe: how to run database page in IIS Pin
hotthoughtguy26-Mar-10 3:27
hotthoughtguy26-Mar-10 3:27 
QuestionActiveX Webcam Pin
Armandt__25-Mar-10 5:24
Armandt__25-Mar-10 5:24 
AnswerRe: ActiveX Webcam Pin
Sandeep Mewara25-Mar-10 20:47
mveSandeep Mewara25-Mar-10 20:47 
AnswerRe: ActiveX Webcam Pin
Venkatesh Mookkan25-Mar-10 20:51
Venkatesh Mookkan25-Mar-10 20:51 
GeneralRe: ActiveX Webcam Pin
Armandt__25-Mar-10 21:10
Armandt__25-Mar-10 21:10 
QuestionASP page running C# with javascript Pin
coding freaks25-Mar-10 3:07
coding freaks25-Mar-10 3:07 
AnswerRe: ASP page running C# with javascript Pin
PSK_25-Mar-10 3:30
PSK_25-Mar-10 3:30 
GeneralRe: ASP page running C# with javascript Pin
Sandeep Mewara25-Mar-10 7:36
mveSandeep Mewara25-Mar-10 7:36 
GeneralRe: ASP page running C# with javascript Pin
Arindam Tewary25-Mar-10 7:44
professionalArindam Tewary25-Mar-10 7:44 
GeneralRe: ASP page running C# with javascript Pin
Sandeep Mewara25-Mar-10 9:20
mveSandeep Mewara25-Mar-10 9:20 
GeneralRe: ASP page running C# with javascript Pin
coding freaks26-Mar-10 15:21
coding freaks26-Mar-10 15:21 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.