If you've been following this series on Builder.com, you already know that XML describes the structure of data and makes no assumptions about what the data it describes actually is, and whether that ...
It is probably safe to assume that the majority of people who use JAXB today use the xjc compiler to create Java classes from XML Schema files rather than from Document Type Definition (DTD) files.