Date: Sat, 10 Aug 2002 18:01:34 +0900 (JST) From: Hiroki Sato <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 Message-ID: <20020810.180134.23007097.hrs@eos.ocn.ne.jp> In-Reply-To: <863ctngm8p.wl@hadaly.dyndns.org> References: <200208100524.g7A5OO55024055@pis.elm.toba-cmt.ac.jp> <863ctngm8p.wl@hadaly.dyndns.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Kimura Fuyuki <fuyuki@hadaly.org> 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/<variant keyword> 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 <hrs@FreeBSD.org> | <hrs@eos.ocn.ne.jp> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020810.180134.23007097.hrs>