Sunday, August 3, 2014

How to read and write an xml file

I have an lang_en.xml file and it contains the following format



<Language>
<Message>
<Code>LANGUAGE_ID</Code>
<Value>English</Value>
</Message>
<Language>

How can I read this xml format and parse and how to use the same in GUI.



Roopini


No comments:

Post a Comment