| 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 19:23:32 GMT |
| Owner: |
Curtis Schofield
(Projects of this owner) |
| Homepage: |
http://www.maik-schmidt.de/xml-configfile.html |
| Download: |
http://www.maik-schmidt.de/dl_xml-configfile.html
|
| License: |
Ruby's |
| Dependency: |
|
| Description: |
This Excellent Project was originally envisioned by Maik Schmidt.
<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)]
|