From owner-freebsd-doc Sun Jul 27 07:34:11 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id HAA07056 for doc-outgoing; Sun, 27 Jul 1997 07:34:11 -0700 (PDT) Received: from fallout.campusview.indiana.edu (fallout.campusview.indiana.edu [149.159.1.1]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id HAA07012 for ; Sun, 27 Jul 1997 07:34:07 -0700 (PDT) Received: from localhost (jfieber@localhost) by fallout.campusview.indiana.edu (8.8.5/8.8.5) with SMTP id JAA24032; Sun, 27 Jul 1997 09:33:57 -0500 (EST) Date: Sun, 27 Jul 1997 09:33:57 -0500 (EST) From: John Fieber To: Gary Clark II cc: doc@freebsd.org Subject: Re: DSSSL stylsheets for docbook. In-Reply-To: <199707270718.CAA02747@main.gbdata.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-doc@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Sun, 27 Jul 1997, Gary Clark II wrote: > de:/usr/local/share/sgml/docbook/dssl/docbook-print.dsl:31:73:W: cannot genera > te system identifier for public text "-//James Clark//DTD DSSSL Style Sheet//EN" > jade:/usr/local/share/sgml/docbook/dssl/docbook-print.dsl:37:0:E: reference to e > ntity "STYLE-SHEET" for which no system identifier could be generated Ding! One more thing I forgot... The stylsheet itself is an SGML document with its own DTD. To make sure jade finds it, add /usr/local/share/sgml/jade/catalog to your SGML_CATALOG_FILES environment variable, to the command line with the -c option, or as an entry in /usr/local/share/sgml/catalog. Someday if I get bored, I'll figure out how to make ports and packages update /usr/local/share/sgml/catalog automagically. -john