glade-rnc

RELAX NG schemas for Glade files
git clone https://logand.com/git/glade-rnc.git/
Log | Files | Refs | README

README (470B)


      1 glade-rnc -- RELAX NG schemas for glade files.
      2 Written by Tomas Hlavaty <tom at logand.com>
      3 
      4 Set-up Emacs
      5 ------------
      6 
      7 Edit your .emacs file to recognise glade files and use nxml-mode:
      8 
      9 (require 'nxml-mode)
     10 (fset 'xml-mode 'nxml-mode)
     11 (add-to-list 'auto-mode-alist '("\\.glade$" . xml-mode))
     12 
     13 "M-x customize-variable" rng-schema-locating-files and add the file
     14 glade-rnc/schema.xml (with full absolute path) to automatically
     15 validate glade files using correct schemas.