Received: from localhost (wm.hub.org [200.46.204.128]) by postgresql.org (Postfix) with ESMTP id 250CE9FB3BB for ; Fri, 6 Oct 2006 17:41:14 -0300 (ADT) Received: from postgresql.org ([200.46.204.71]) by localhost (mx1.hub.org [200.46.204.128]) (amavisd-new, port 10024) with ESMTP id 87894-05 for ; Fri, 6 Oct 2006 20:41:11 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey- Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by postgresql.org (Postfix) with SMTP id C85309FB2C6 for ; Fri, 6 Oct 2006 17:41:10 -0300 (ADT) Received: (qmail invoked by alias); 06 Oct 2006 20:41:09 -0000 Received: from dslb-084-063-016-080.pools.arcor-ip.net (EHLO colt.pezone.net) [84.63.16.80] by mail.gmx.net (mp034) with SMTP; 06 Oct 2006 22:41:09 +0200 X-Authenticated: #495269 From: Peter Eisentraut To: pgsql-docs@postgresql.org Subject: Re: Building Documentation Date: Fri, 6 Oct 2006 22:41:05 +0200 User-Agent: KMail/1.9.4 Cc: David Blewett References: <4526987A.7020507@dawninglight.net> In-Reply-To: <4526987A.7020507@dawninglight.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200610062241.06159.peter_e@gmx.net> X-Y-GMX-Trusted: 0 X-Virus-Scanned: Maia Mailguard 1.0.1 X-Archive-Number: 200610/13 X-Sequence-Number: 3734 David Blewett wrote: > xsltproc -o postgres.fo --stringparam pg.version '8.1.4' > stylesheet.xsl postgres.xml > > However, no .fo file is created. That's because the stylesheet you are using is an html stylesheet. > Meanwhile, can someone provide me with > either postgres.rtf or postgres.fot from the 8.1 series? You can build a postgres.fot from the makefile, but maybe you mean postgres.fo, which is not quite the same thing, and there is no readily available support for the latter. -- Peter Eisentraut http://developer.postgresql.org/~petere/