Hi, I am using smartXMLParsing mode to construct the tree, I am following the below way to build the tree.
In my tree I have 9 levels, to build these levels I am using nested for loops, I am retreiving the data through root element, this contains list of elements and those elements also contains list of elements of next level, so and so…
while retreiving the data I have declared local variables and those were used while building the tree.
Is it a issue of large data or any problem with the way I am following to build the tree?
please suggest me regarding this…
Thanks,