How to call the text from the xml to unity

Hi,

I have a function which is call the information from xml to unity and show that information text to my unity scene.

And i have a xml file in my assets that has the data, i need to read that data and print it through the GUItext.

i dont have any idea about how to call the xml data file from xml and import it to my unity scene.

Please tell me how to call the xml script from unity.

Thanks.

XML is not a script. It is data. You need to parse it (search Asset store for an XML parser). After it is parsed you will be able to extract whatever data you need out of it.