RAA - xml-configfile/0.9.6

xml-configfile / 0.9.6

Short description: Easy handling of XML configuration files.
Category: Library/XML
Status: Stable release offering a lot of useful features.
Created: 2002-12-31 15:00:00 GMT
Last update: 2004-07-27 22:56:08 GMT
Owner: Curtis Schofield (Projects of this owner)
Homepage: http://www.cs.ualberta.ca/~schofiel/xml-configfile/xml-configfile.html
Download: http://www.cs.ualberta.ca/~schofiel/xml-configfile/dl_xml-configfile.html
License: Ruby's
Dependency:
None
Description:

0.9.6 includes some new optional features:
conversion of xml element values to any ruby literal (or just boolean literals)
control over style of generated configuration hash

This Excellent Project was originally envisioned by Maik Schmidt
and has since been passed on to Curtis Schofield

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

Additionally, I have added some features, that will make your life easier, when working with XML configuration files:

* You can use references to environment variables in your configuration files.

* Configuration files will be reloaded periodically, if you want them to.

* You can add observers to a configuration file that will be notified, if the file has changed.

* You can change existing configuration parameters and store the configuration.

* You can define, which boolean values in your configuration files mean true respectively false.

Happy Hacking!
<maik/>

Versions: [0.9.6 (2004-07-27)] [0.9.5 (2004-07-27)]

Edit this project (for project owner)

back to RAA top