From owner-freebsd-ports Sat Aug 10 2: 2:53 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5465937B400; Sat, 10 Aug 2002 02:02:51 -0700 (PDT) Received: from smtp.eos.ocn.ne.jp (eos.ocn.ne.jp [211.6.83.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA03643E70; Sat, 10 Aug 2002 02:02:50 -0700 (PDT) (envelope-from hrs@eos.ocn.ne.jp) Received: from mail.allbsd.org (p8192-adsah09hon-acca.tokyo.ocn.ne.jp [218.224.7.192]) by smtp.eos.ocn.ne.jp (Postfix) with ESMTP id 81B33F72; Sat, 10 Aug 2002 18:02:49 +0900 (JST) Received: from localhost (alph.allbsd.org [192.168.0.10]) by mail.allbsd.org (8.12.3/3.7W/DomainMaster) with ESMTP id g7A91ZLu009847; Sat, 10 Aug 2002 18:01:36 +0900 (JST) (envelope-from hrs@eos.ocn.ne.jp) Date: Sat, 10 Aug 2002 18:01:34 +0900 (JST) Message-Id: <20020810.180134.23007097.hrs@eos.ocn.ne.jp> To: fuyuki@hadaly.org Cc: kiri@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG, kiri@pis.elm.toba-cmt.ac.jp Subject: Re: Where's should be install xsl From: Hiroki Sato In-Reply-To: <863ctngm8p.wl@hadaly.dyndns.org> References: <200208100524.g7A5OO55024055@pis.elm.toba-cmt.ac.jp> <863ctngm8p.wl@hadaly.dyndns.org> X-Mailer: Mew version 2.2 on Emacs 20.7 / Mule 4.0 (HANANOEN) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Kimura Fuyuki wrote in <863ctngm8p.wl@hadaly.dyndns.org>: fuyuki> > Hi. I'm troubling to install xml stylesheets(xsl) where fuyuki> > should be. My candidate is ${PREFIX}/share/xml/foo/xsl where fuyuki> > foo is for example docbook or smartdoc. Is that OK? fuyuki> fuyuki> docbook-xsl uses share/xsl and I followed suit but I don't know fuyuki> exactly where they should be put in. I prefer it is in share/xml/docbook/xsl since docbook-xsl depends on [s]docbook-xml, and textproc/dsssl-docbook-modular (a sgml counterpart) uses share/sgml/docbook/dsssl/modular directory. If some docbook variants such as sdocbook-xml are considered, the share/xml hierarchy should probably consist of share/xml/docbook/ and share/xml/docbook/xsl, or something like that. Namely, I propose the following structure: ${PREFIX}/share/xml | +- xhtml | | | +-- 1.0 (xhtml DTD itself) | | | +-- xsl (if exists) | +- docbook | | | +-- 4.1.2 (docbook-xml DTD itself) | | | +-- 4.1.2.5s (sdocbook-xml DTD itself) | | | +- ... (some other docbook variants) | | | +-- xsl | +- ... (some other DTDs) | -- | Hiroki Sato | To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message