Click here to Skip to main content
15,896,201 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
how can i store a XML Data into Arraylist.
Posted

1 solution

XML is a text format, so your can store it as a string in an ArrayList.

On the other hand if you require an object representation of the underlying XML structure you can use a DataSet to read the data or Deserialize into an object class which maps to the structure using the XmlSerializer.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900