iNealec Posted February 14, 2014 Share Posted February 14, 2014 How can i get all the item titles, descriptions & links from http://feeds.bbci.co.uk/news/rss.xml. I managed it with php but I need to use client side scripting. Desired output would be something like this: <a href="link"> <span class="item-title">title</span <span class="item-description">description</span> </a> <a href="link"> <span class="item-title">title</span <span class="item-description">description</span> </a> <a href="link"> <span class="item-title">title</span <span class="item-description">description</span> </a> Thanks in advance for any help. Quote Link to comment https://forums.phpfreaks.com/topic/286199-data-from-xml/ Share on other sites More sharing options...
doddsey_65 Posted February 15, 2014 Share Posted February 15, 2014 Have a look at the jQuery solution. Quote Link to comment https://forums.phpfreaks.com/topic/286199-data-from-xml/#findComment-1469045 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.