I have a java object with 10 attributes. 3-4 of the attributes come from an XML file.
The XML has one element with 100-150 attributes in it. So i need to parse my entire XML file ( I have no XSD for this) and find out the 3-4 attributes and retrieve their value.
I need suggestions as to which technology to use and in particular, does JAXB work in my case? Any help is appreciated.