Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Jan 2002 12:46:12 +0000
From:      Nik Clayton <nik@freebsd.org>
To:        aaron <aaron@lo-res.org>
Cc:        FreeBSD doc list <freeBSD-doc@FreeBSD.ORG>
Subject:   Re: Visual docbook editing
Message-ID:  <20020109124612.B24425@clan.nothing-going-on.org>
In-Reply-To: <200201082145.g08Ljfv69285@meta.lo-res.org>; from aaron@lo-res.org on Tue, Jan 08, 2002 at 10:45:40PM %2B0100
References:  <002e01c1986c$e3b53c80$73c801ca@warhawk> <200201081827.g08IRjv67034@meta.lo-res.org> <010a01c19882$d78df620$0300a8c0@max> <200201082145.g08Ljfv69285@meta.lo-res.org>

next in thread | previous in thread | raw e-mail | index | archive | help

--f2QGlHpHGjS2mn6Y
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Tue, Jan 08, 2002 at 10:45:40PM +0100, aaron wrote:
> proof:
> =3D=3D=3D=3D=3D=3D=3D=3D
> declare -x=20
> SGML_CATALOG_FILES=3D"/usr/local/share/sgml/docbook/4.1/catalog:/usr/loca=
l/share/sgml/html/catalog:/usr/local/share/sgml/iso8879/catalog:/usr/local/=
share/sgml/jade/catalog"
> ... it is exported.
>=20
> when I edit article.sgml which starts with:
>=20
>  <!-- $FreeBSD: doc/en_US.ISO8859-1/articles/fonts/article.sgml,v 1.19=20
> 2001/10/23 21:31:19 murray Exp $ -->
>  <!-- The FreeBSD Documentation Project -->
>  <!DOCTYPE ARTICLE PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based Extension//=
EN"=20
> [=20
>  <!ENTITY % man PUBLIC "-//FreeBSD//ENTITIES DocBook Manual Page=20
> Entities//EN">
> %man;
> ]>
>=20
>=20
> ... with Xemacs and then go to the nice menu DTD->parse DTD, I get this e=
rror:
> nsgml
>=20
>   External entity man not found
>     Public identifier -//FreeBSD//ENTITIES DocBook Manual Page Entities//=
EN
>   External entity ARTICLE not found
>     Public identifier -//FreeBSD//DTD DocBook V4.1-Based Extension//EN

You need to add the FreeBSD DTD catalog to the SGML_CATALOG_FILES
variable as well.  The path for this will be something like

    /usr/doc/share/sgml/catalog

depending on where you keep your checked out copy of the doc/
repository.

N
--=20
FreeBSD: The Power to Serve             http://www.freebsd.org/
FreeBSD Documentation Project           http://www.freebsd.org/docproj/

          --- 15B8 3FFC DDB4 34B0 AA5F  94B7 93A8 0764 2C37 E375 ---

--f2QGlHpHGjS2mn6Y
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (FreeBSD)
Comment: For info see http://www.gnupg.org

iEYEARECAAYFAjw8O5QACgkQk6gHZCw343WvGgCfRIT0/B6Xnp9QWisj5pW/PLzi
FRIAn0ES/OGAplyl5rhu6yTvPIzHdvX0
=H8zf
-----END PGP SIGNATURE-----

--f2QGlHpHGjS2mn6Y--

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




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