in reply to Re: Saving application configuration to files
in thread Saving application configuration to files

Well, httpd uses an XML-like format for its config file, but it's not fair to call it XML. There's no top-level element, attribute values aren't quoted, the comment format is different, and whitespace is sometimes significant. But it's certainly XML- or SGML-inspired.
  • Comment on Re: Re: Saving application configuration to files