Now I want to convert this structure like this
books
-->book
------>book
----------->a
(Only skeleton , not data, with no repeat tags)
in a nested ArrayList or any other data structure through
java code.
Can anyone suggest some direct methods of parser or API that can do this??