I am using mono 2.10.5 to parse an RSS 2.0 / mRSS Feed, however, i can't find .net framework syndication namespace under System.ServiceModel nor System.ServiceModel.Web
Are these features available in Mono ? If not anyone knows a good Rss/mRSS feed deserialization library ?
Regards,
EDIT:
I just discovered the packages i am using are different as I am using the monotouch framework. When i go to Add references, the assembly version of system.servicemodel.web is 2.0.5 and the package name is mono-iphone. Is it possible to change this ?