c# - How to generate XML on MonoTouch? -


Do I need to create an XML on the monococh app? How do I create it,

  & lt ;? Xml version = "1.0" encoding = "UTF-8" standalone = "no"? & Gt; & Lt; Root & gt; ... & lt; / Root & gt;   

I need to post the XML service as a string format I and then I want to parse the response data. The response data is also XML format string. I did it in J2ME applications but I do not know how to do it on Monochoch? Anybody tell me how to do this?

My favorite APIs are System.Xml.Linq API these days, see the documentation and samples here:

Console.light line ("xml is: {0}", stratostring ());

Comments