Message 6/22/2005 6:21:45 AM
posted by Tatsuoon Wednesday, June 22, 2005 (CCST)
Currently, I am working on the program to display any RSS feed on the Community page. |
| I found a good sample to extract “title”, “link” and “description” from "item" provided by
RSS 2.0. This sample uses XPathDocument, XPathNavigator, XPathExpression and XPathNodeiterator provided by the System.Xml.XPath of ASP.Net to extract the data. I am amazed how easy it is to do this using these convenient classes. What I am working on currently is how to display the data on the content page that is generated dynamically. I think I can display the data by overriding the Render method of the WebControl Class.
|
| Switch to Japanese |
|
|