Hi,
What is the best way to build a Java object called Book usingthe related XSD for book element and a string representing the root element "book" of the xml docmuent ?
Say I have a Java string object containing
Code:
<book>
<children/>
...
</book>
and I want to create a Java object Book representing this xml document.
Any help appreciated.
thanks,