I have parsed an xml file using the digester parser , now i need to create a method like
If I have a
<productlist>
<products> </products>
.
..
</productlist>
findProducts() should give me all the subelements with all the attributes
How do i do this ..
Thanks