19Aug/090
Processing XML with Java
The de-facto standard for computer communication is XML. Java provides good support for XML processing. This tutorial shows how to read XML configuration files with Java. The source code used in this tutorial is taken from my Java application SimpleRSS Reader. I use XML format to store structured text data and to save program configuration.