Dear members,

I'm writing a project with ASP.net (C#). I have to read API from Wikipedia. it is written in OpenSearch XML format.

I would like to know,how can i read a opensearch xml format in ASP.net?

this is a sample API that I would like to read it in ASP.Net.

http://en.wikipedia.org/w/api.php?action=opensearch&limit=20&format=xml&search=daad


Thanks a lot