You can use Altova XML Spy to generate xml from DTD.
DOM or SAX could be use to parse the xml in
java, but they are used in different scenarios.
When to use DOM parser :
- Manipulate the document
- Traverse the document back and forth
- Small XML files
Drawbacks of DOM parser :
- Consumes lot of memory
When to use SAX parser :
- No structural modification
- Huge XML files
By default websphere uses xerces parser.
MCP, SCJP 1.4, SCWCD 1.4, SCBCD 5.0, SCDJWS 1.4