In .net I would use LINQ to XML to query an xml document with linq. Is there anything similar in Java EE?
I have a large xml file with state,city,town names that i need to use for cascading dropdowns. So I am looking for the best way to retrieve this data.
Thanks