We're a community of 1076K IT Pros here for help, advice, solutions, professional growth and fun. Join us!
1,075,654 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
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

1
Contributor
0
Replies
1
View
Dhanish
Newbie Poster
7 posts since Apr 2010
Reputation Points: 10
Solved Threads: 0
Skill Endorsements: 0

This article has been dead for over three months: Start a new discussion instead

Post: Markdown Syntax: Formatting Help
 
You
 
© 2013 DaniWeb® LLC
Page rendered in 0.0545 seconds using 2.65MB