Hi there all, I joined an affiliate program today, and they offer a XML feed, the examples they have offered are: http://www.fishpond.co.nz/books_categories_xml.php?ref=713 or http://www.fishpond.co.nz/Books/Home_Garden/Crafts_Hobbies/Bookbinding/xml.php?ref=713 Now, can I take that information, and display it on my site... So people could see what books etc they have available?
You can use simpleXML or another XML parser to convert the XML to usable content for your site. However, the feed itself is so slow (at least where I'm at) there would be no possible way to use it directly in a web page without some serious usability issues, If the feed is that slow for you, you are going to want to design a caching system, and use an XML parser to put the data on your site.