A configuration that could be parsed from the XML file.
A configuration that could be parsed from the XML file. Many frameworks and applications use XML files to keep their configuration persistent and loadable. Beside them the Apache Commons Configuration XMLConfiguration
class that is able to parse XML documents.
For example, the Struts 2 framework has a configuration file struts.xml
that could be used with any web application that uses this framework.