On Sat, Dec 06, 2003 at 08:17:35PM -0600, [EMAIL PROTECTED] wrote: >Hello fellow developers, > >I was just wondering if there are any plans in a future release to >change the XFree86 configuration to XML?
There are plans to change how XFree86 is configured, but they are focused more on providing mechanisms for dynamic/runtime configuration and user preferences to complement the automatic configuration introduced in 4.4 than on any specific file formats. The XFree86 configuration file is handled solely by a parser module. You could write a new version of that module which reads a config file in some XML format that you define. David -- David Dawes developer/release engineer The XFree86 Project www.XFree86.org/~dawes _______________________________________________ Devel mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/devel
