Ive a requirement to parse a XML file, and create a tree of nodes inside my application, which then will be used for other purposes like searching and stuff.
The node structure is homogeneous in nature, i.e it will have only a few fields/attricutes like 1.Id 2.Data 3.Children.Even the xml node will be similar, i.e id, data and children
Can anyone help me with which library should I use so as to create something like this??
Thanks
A very very easy one to use is mini xml (abbreviated to mxml)
http://www.minixml.org/