I need to create XML documents using built-in java org.w3c.dom or jdom packages conforming to a set of XSD files. The XSD files are similar but not the same. In ...
Is it possible to parse an XSD schema into a JDOM tree?
Or is there any other library (documentation required ;)) that could accomplish this?
Thanks,
ExtremeCoder