OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Subject: Re: DOCBOOK: DocBook XML V4.1.2 Released (& mirrored)


Sylvan Ravinet <sylvan@ravinet.com> writes:

> Hello folks,
> 

> This is fine, but I need an elisp snippet to put in my .emacs for
> specifying this sgml-validate-command when I am in he minor mode xml-mode.
> 
> Thank you for your help,

(defun setup-xml-stuff ()
  (setq sgml-validate-command "your_favorite_prog %s %s"))

(add-hook 'xml-mode-hook 'setup-xml-stuff)

Ciao
-- 
Walter Franzini, e-mail: walter@sys-net.it
SysNet, Via Digione 8, 27100 Pavia - Italy



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Powered by eList eXpress LLC