Hi,
I need to load the map properties from an XML file on page load.
Is there an quick way to do this other that writing code explicitly for it.
Thanks,
Liam
Hi,
I need to load the map properties from an XML file on page load.
Is there an quick way to do this other that writing code explicitly for it.
Thanks,
Liam
Liam,
Currently, there isn’t an efficient way to create the instance of map from XML file simply. I think we still need to parser the XML and create the map manually. I’m not sure whether the open source projects “JSON.NET” can help you, which supports the JSON from XML and JSON to .net objects. You can get it from json.codeplex.com/ .
Thanks,
Johnny
Hi Johnny,
That sounds good. Thanks for that.
Rgds,
Liam
You are so welcome.
Johnny