As stated in the title, i’m looking for an XML schema (XSD-file) for the Glade markup language?
Wikipedia states that Glade is a schema based markup language (list of schemas at wikipedia). I tried to search the web, wikipedia and the glade website,but i couldn’t find an XSD for Glade.
Thx, Juve
There’s nothing that will explicitly tie down the glade to an particular schema since it’s all run-time based.
You may find the .defs files generated by PyGTK useful. If you really need an XSD file, you should be able to create one from these files.
This looks like the main one, there’s more in that directory.