Search code examples
javaxmldtd-parsing

Is it possible to autogenerate Java class from DTD?


I have DTD files of web service, now I need to map database to this web services and I need Java classes to create my entities. But doing this manually from DTD files would be very hard and long process. Is there any tools for this?


Solution

  • Isn't it a job for JAXB ?