Hello all,
I am working on Large XML files.When i am reading XML file in "step 3" process we have to select all elements.In "step 4" we have to select attributes from elements manually. Here i am facing problem , for example in one element structure i have 4 ENTITY's, in another element structure 7 ENTITY's like this ENTITY's are different in each element, some times i have 1000 elements in one XML file so i can't select all ENTITY's manually. Now i need all ENTITY's automatically can you please help me out.
Thanks in advance.