I have this url: http://bws.buscape.com/service/offers/lomadee/65717751673178504d42633d/BR/?sourceId=28400481&advertiserId=5889&page=1
Which, as you can see, does not endup with the .xml extension, yet, if you access it, the browser will display an xml document autogenerated from that url. You can even validate it if you want.
What I need to do is:
Use javascript or php to convert all the xml elements into images, urls and text. I saw somewhere saying to use xls, but I don't beleve if it would help me, as I need to integrate the code on a blog article.