↧
Answer by Dharun for I need some help importing an RSS feed from Wordpress
You can use XPath expressions to help you with this as documented here: Get a specific number of results from an XmlDocument XPath query. The following should work.<asp:XmlDataSource ID="xmlSource"...
View ArticleI need some help importing an RSS feed from Wordpress
I'm trying to import the last 5 posts from a Wordpress RSS feed and show them on my site.I was using this, but it grabs the whole feed.<asp:DataList ID="dataNews" runat="server"...
View Article
More Pages to Explore .....