represent xml as java classes

gnt

New Member
Probably this question might have been asked. I am new to the conversion of xml to java classes.I have an xml like this:\[code\]<Root> <Book name="harel" price="5" /> <Book name="xml" price="9" /></Root>\[/code\]IS there a way to generate java classes dynamicaly for a structure like this ? A small correction, i don't have an xsd for the xml
 
Back
Top