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


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

Re: DocBook installation problems.


On Friday 3 December 1999, at 18 h 35, the keyboard of Brendan Simon 
<bsimon@ctam.com.au> wrote:

> I have installed docbook-1.4.6 and put it in /usr/local/share/sgml.

Since DocBook is currently 3.1, I assume you mean the Modular Stylesheets.

> jade -t rtf -d jtest.dsl jtest.sgm
> jade:jtest.dsl:1:72:W: cannot generate system identifier for public text
> "-//James Clark//DTD DSSSL Style Sheet//EN"

Your catalog is incomplete. Either you use a system like Debian, where the catalog is automatically managed or you add by hand (they come with jade, apparently):

PUBLIC "-//James Clark//DTD DSSSL Flow Object Tree//EN" "your/path/fot.dtd"
PUBLIC "ISO/IEC 10179:1996//DTD DSSSL Architecture//EN" "your/path/dsssl.dtd"
PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" "your/path/style-sheet.dtd"


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