Is there a website that will use an example XML file for input and generate a (crude) Java class based on the elements (not the data) in the file? I have a sample XML with a model size that I need to do some work with and would prefer not to create a Java class representation for it.
If there is no good online resource, the Eclipse plugin or the Windows executable will also work.
source share