I sometimes used this king of URLs to get news in XML format http://search.msn.co.uk/news/results.aspx?q=Bush&format=rss&gcs=1&mkt=en-US Please note that I'm using the "&format=rss" parameter But from aprox. 10 days ago, I got results in HTML format. Anybody know which parameters I need to get results in XML format ?
I've found a way, replacing "&format=rss" with "&format=xml" But I don't like it because the XML format is totally different to the previous versions: different tags, hierarchy, nodes, elements, etc. Still searching ...