How to parse xml file(3d model) in iOS platform from windows platform form local server in Adhoc network.

Xml File:
Heatmap D:\Local Connection\Local Connection\Server\Assets\Resources\Heatmap.prefab

You load it into an XmlDocument and then you can traverse it to get the parts you want out of it.

I would suggest googling before asking here because a simple search for XML parsing c# returns over a million results the first of which have examples.

i wouldnt find any example same as because i need to parse asset bundle in iOS platform from windows PC platform.