Hi All, I am using Treepp module for XML parsing.
If I have a file as follows : <?xml version="1.0" encoding="UTF-8"?> <family> <father> <abc>ABCD</abc> </father> <mother> <ef>EFGH</ef> </mother> <children> <girl> <elder1>abcd </elder1> <elder2>abcd </elder2> <elder3>abcd </elder3></girl> </children> </family> I want to access each section Ex - tree->{Family}->{Father} tree->{Family}->{Mother} How can i achive this. Any Ideas. Thanks and Regards Vikram