I need to generate classes from xml that doesn\'t provide a schema. I understand this is near useless, but the fact is we have xml, it\'s structured, and we should be able t
If the XML was created by JAXB, it can easily be converted back into objects. There's a tutorial over at oracle which illustrates one way to do this. Spring framework offers similiar features using JAXB which are very conveniant.