Download and install the psgml mode support. Then modify your setup files like I did.
I have this in my custom.el file: '(sgml-namecase-general nil t) and I have this in my init.el file: (autoload 'sgml-mode "psgml" "Major mode to edit SGML files." t) (autoload 'xml-mode "psgml" "Major mode to edit XML files." t) ;; activating xml-mode for various xml file types (setq auto-mode-alist (append '( ("\\.xsd$" . xml-mode) ("\\.xsl$" . xml-mode) ) auto-mode-alist)) John --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]