Start New Discussion Reply to this Discussion Xml Feeds
hi all, i want to extract data from an xml rss feeds and store them in a database. But the problem is that I can't get to display the appropriate information from the xml. I've tried several different codes found on the web but none which suits the objective that I want to achieve
<asp:Repeater ID="Repeater1" runat="server" DataSourceID="XmlDataSource1">
<ItemTemplate>
<%# XPath("title")%> <br />
<%# XPath("link")%> <br />
<%# XPath("guid")%> <br />
<%# XPath("pubDate")%> <br />
<%# XPath("description")%> <br />
<%# XPath("category")%> <br />
</ItemTemplate>
</asp:Repeater>
<asp:XmlDataSource ID="XmlDataSource1"
runat="server"
DataFile="http://themoneyconverter.com/rss-feed/GBP/rss.xml">
</asp:XmlDataSource>
any help would be much appreciated
Related Article: Read XML with VB,NET
is a solved VB.NET discussion thread by buffalo0 that has 3 replies, was last updated 3 months ago and has been tagged with the keywords: .net, asp.net, vb.net, xml.
Dhanish
Newbie Poster
7 posts since Apr 2010
Reputation Points: 10
Solved Threads: 0
Skill Endorsements: 0
© 2013 DaniWeb® LLC
Page rendered in 0.0545 seconds
using 2.65MB