Am Dienstag 15 Mai 2007 15:29:15 schrieb Mike
Dransfield:> There seems to be a bug in the schemas generation when the XML
> file does not contain any options. The descriptions are not generated
> at all, it just produces an empty schema file like this.
>
> <?xml version="1.0"?>
> <gconfschemafile>
> <schemalist/>
> </gconfschemafile>
>
> This happens with ini and with the python plugin which both
> do not have any options.
>
> _______________________________________________
> compiz mailing list
> compiz at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/compiz
This is not a bug in the xslt file, the plugin simply has no options. We
should modify the build system not to try generate schema files for plugins
that have no options.
Dennis