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

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

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


Subject: Re: DOCBOOK-APPS: Caching the DocBook dtd when using PSGML


Kenneth Johansson wrote:

> I've read about caching precompiled dtd subsets in the documentation but I don't understand how it's supposed to work. The documentation is somewhat vague when it comes to setting up your own ecat files. An example would be nice. 

Put following into your .emacs:

(setq sgml-ecat-files
       (list
        (expand-file-name "/some/path/ecatalog")
        )
       )
(setq sgml-recompile-out-of-date-cdtd "ask")

And then setup catalog for precompiled DTD /some/path/ecatalog:

PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "docbookx.ced"

This will instruct Emacs to store precompiled DTD for DocBook 
automatically to docbookx.ced file.

					Jirka

-- 
-----------------------------------------------------------------
   Jirka Kosek  	
   e-mail: jirka@kosek.cz
   http://www.kosek.cz



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


Powered by eList eXpress LLC