This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: XEmacs psgml mode problems...


Sounds like the DTD is not cached.  Your sys admin should be able to set
this up for you.  Otherwise, look at "Precompiled DTD Subsets" under
"Managing the DTD" in the psgml info pages.  You create an ecat file with
entries like this:

    public "-//OASIS//DTD DocBook V3.1//EN" docbook.cache

You link it in by adding something like the following to your .emacs file:

    (setq sgml-ecat-files '("~/ecat.jcw"))

I have not had any success with caching DocBook 4.0.  It worked fine with
DocBook SGML 3.1, but I get the following error loading a cached DocBook
SGML 4.0 or DocBook XML 4.0:

   Args out of range: [(normal-state nil)], 72

For now, I just put up with the delay.

--Jon

 At 02:30 PM 6/8/00 -0400, Matthew Harrison wrote:
>Since our sys admin updated XEmacs to 21.1.patch 10 (from patch 9)
>loading xml docs takes forever. It seems to be in reading the catalogs, as
well
>as parsing the DTD.
--
Jon Willeke, Quality Development 617-577-3677

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]