= XmlConfigFile - Simple access to XML configuration files. 

I wrote this class, because I often use XML configuration files
for my applications. Traversing documents via DOM API and similar
stuff did not make me happy and caused a lot of trouble, so I
decided to create a better solution. The result is XmlConfigFile,
which allows easy access to configuration files via XPath.

== Installation

You will have to install REXML first. Then run

  % ruby install.rb config
  % ruby install.rb setup
  % ruby install.rb install

== License

XmlConfigFile is Copyright (c) 2003 Maik Schmidt. It is free software,
and may be redistributed under the terms specified in the README file
of the Ruby distribution.

== Warranty

This software is provided "as is" and without any express or
implied warranties, including, without limitation, the implied
warranties of merchantibility and fitness for a particular
purpose.
