Well, parsing xml data is pretty simple, I was working on something few days ago(in vb.net, but all .net are simmilar...). If you need to parse only data like this:

<some-xml-data>this is data</some-xml-data>, I can give you few samples, but if you need to parse html data inside the xml data like this:

<some-xml-data>this is data, but in html <some-xml-data> then I can't help you