This is the task I have to do,
I need to create a page it has products, which is receiving as XML feed outputted to the page
This is the request link with parameter ( key) and received a xml file.
http://www.123traveller.com/api/get_hotelfeed.php?locationid=7BEFC7F8-AE4C-4801-834C-36CB1BC4B2F9
and it will received XML file as follows as follows,
<?xml version="1.0" encoding="UTF-8"?>
-<xml>-<HotelInfo><name>Residence Inn by Marriott Hills</name><thumbNailUrl>http://imag.123traveller.com/hotels/1000000/130000/126600/126541/126541_62_t.jpg</thumbNailUrl><hotelRating>3</hotelRating><lowRate>189</lowRate><deepLink>http://reser.123traveller.com/index.jsp?pageName=hotAvail&cid=409219&hotelID=141948&mode=2&numberOfRooms=1&room-0-adult-total=2&showInfo=true&locale=en_US¤cyCode=USD</deepLink>
I have tried Wp XML document transformed plugin but did not work.
My question is, how do I render the xml feed on page?














