Nowadays XML is a popular format for configuration files and transferring messages across networks. For reading node values from an XML file, I’ve created a small utility class. There are two useful methods in this class, getElementValue() and getElementValues(). In this article, I will briefly show how you can read in values from an XML file using this simple class.
Apr
25th
