On Mon, 15 Mar 2004, Jamis Buck wrote: > Has anyone successfully used YAML as a configuration file format? I'm I'm doing it, but the configuration files are pretty small and simple: socket: hostname: localhost port: 11111 logging: basedir: /usr/local/htdocs/enigo.com/log minlevel: 0 maxsize: 10000000 maxage: 86400 THis is just a quick example, but none of the config files that I am currently using YAML for are much larger or more complex than this. Kirk Haines