...
For example on the Java tutorial found at:
Java Tutorial - Processing XML Using Software Libraries
Step-by-Step instructions are provided on how to work with XML. Accompanying code examples are includes as attachments to the page.
Let¿s Let's extend the ElandingsClient project a little bit to include some very primitive XML handling.
The first step is to get the XML .XSD files that define the XML structure. These can be gotten at:
XML Resources and Documentation
...