From owner-freebsd-doc Tue Jan 8 13:45:55 2002 Delivered-To: freebsd-doc@freebsd.org Received: from meta.lo-res.org (meta.lo-res.org [195.58.189.92]) by hub.freebsd.org (Postfix) with ESMTP id 547DC37B422 for ; Tue, 8 Jan 2002 13:45:43 -0800 (PST) Received: from there (chillig.lo-res.org [62.116.8.4]) by meta.lo-res.org (8.11.6/8.11.6) with SMTP id g08Ljfv69285 for ; Tue, 8 Jan 2002 22:45:41 +0100 (CET) (envelope-from aaron@lo-res.org) Message-Id: <200201082145.g08Ljfv69285@meta.lo-res.org> Content-Type: text/plain; charset="iso-8859-15" From: aaron To: "FreeBSD doc list" Subject: Re: Visual docbook editing Date: Tue, 8 Jan 2002 22:45:40 +0100 X-Mailer: KMail [version 1.3.2] References: <002e01c1986c$e3b53c80$73c801ca@warhawk> <200201081827.g08IRjv67034@meta.lo-res.org> <010a01c19882$d78df620$0300a8c0@max> In-Reply-To: <010a01c19882$d78df620$0300a8c0@max> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Tuesday 08 January 2002 21:27, Massimiliano Stucchi wrote: > snippet from the fdp-primer thx 2 all for the replies. But I am not quite _as_ stupid as that... I read the fdp-primer first :) proof: ======== declare -x SGML_CATALOG_FILES="/usr/local/share/sgml/docbook/4.1/catalog:/usr/local/share/sgml/html/catalog:/usr/local/share/sgml/iso8879/catalog:/usr/local/share/sgml/jade/catalog" ... it is exported. when I edit article.sgml which starts with: %man; ]> ... with Xemacs and then go to the nice menu DTD->parse DTD, I get this error: nsgml 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 Xemacs is fairly current (21.1.14) Simmilar strange things happen with "nsgmls artcile.smgl": nsgmls:article.sgml:3:76:W: cannot generate system identifier for public text "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN" nsgmls:article.sgml:4:77:W: cannot generate system identifier for public text "-//FreeBSD//ENTITIES DocBook Manual Page Entities//EN" nsgmls:article.sgml:5:4:E: reference to entity "man" for which no system identifier could be generated nsgmls:article.sgml:4:0: entity was defined here (...) Still a bit clueless, but on the other hand, I know I really should check out how everything works / is connected, maybe I made a very stupid mistake. Hmmm... second thought, everything has the default root:wheel owners & perms in /usr/doc. But I edit article.sgml as normal user and only the dir in which article.sgml resides is writeable for that user. -> permission problem? aaron. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message