Skip site navigation (1)Skip section navigation (2)
Date:      12 Apr 1999 23:10:29 +0200
From:      Eric Jacoboni <jaco@titine.fr.eu.org>
To:        freebsd-questions@FreeBSD.ORG
Subject:   Psgml and Docbook
Message-ID:  <873e25lf3u.fsf@titine.fr.eu.org>

next in thread | raw e-mail | index | archive | help
Hi,

I've some problems to get psgml running with Docbook.

I've installed Xemacs 20-4 and DocBook, Catalogs, Jade, all from the
ports...  I succeed to produce .htm file (BTW: why .htm and not .html
???) from a docbook file with jade. But i cannot parse the DTD within
Xemacs, nor use psgml, of course.

A C-c C-p gives me a :

External entity book not found
  Public identifier -//Davenport//DTD DocBook V3.0//EN

Where my prolog line is :

<!DOCTYPE BOOK PUBLIC "-//Davenport//DTD DocBook V3.0//EN" [
]>


My .emacs file contains a :

'(sgml-catalog-files (quote ("CATALOG" "/usr/local/lib/xemacs-20.4/etc/sgml/CATALOG" "/usr/local/share/sgml/catalog")))

in the custom-set-variables list.

And the file /usr/local/share/sgml/catalog contains : 

CATALOG "/usr/local/share/sgml/iso8879/catalog"
CATALOG "/usr/local/share/sgml/iso12083/catalog"
CATALOG "/usr/local/share/sgml/html/catalog"
CATALOG "/usr/local/share/sgml/docbook/2.4.1/catalog"
CATALOG "/usr/local/share/sgml/docbook/3.0/catalog"
CATALOG "/usr/local/share/sgml/linuxdoc/catalog"

/usr/local/share/sgml/docbook/3.0/catalog contains the line :

PUBLIC "-//Davenport//DTD DocBook V3.0//EN" "docbook.dtd"

and the /usr/local/share/sgml/docbook/3.0/docbook.dtd exists
(installed from the port...).

I don't understand where the problem comes from as psgml+Docbook are
working fine under Debian/Linux...

Any ideas ?

-- 
---------------------------------------------------------
Éric Jacoboni       « No sport, cigars! »  (W. Churchill)
---------------------------------------------------------


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?873e25lf3u.fsf>