= 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 a configuration file's content using
XPath.

== Installation

You will have to install REXML first. Then run

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

== Ideas

I still have some ideas for XmlConfigFile on my "to do" list. If you
miss a feature or think you have a good idea that would make this
library even more useful, just let me know.

== Development

Of course, active developers that will improve XmlConfigFile are
always welcome. Contact me!

== 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.
