Received: from localhost (maia-1.hub.org [200.46.204.191]) by postgresql.org (Postfix) with ESMTP id 1B4259F9F47 for ; Mon, 11 Dec 2006 05:13:46 -0400 (AST) Received: from postgresql.org ([200.46.204.71]) by localhost (mx1.hub.org [200.46.204.191]) (amavisd-new, port 10024) with ESMTP id 39897-09 for ; Mon, 11 Dec 2006 05:13:46 -0400 (AST) X-Greylist: from auto-whitelisted by SQLgrey-1.7.4 Received: from gauss.credativ.com (ipx11302.ipxserver.de [212.112.227.254]) by postgresql.org (Postfix) with ESMTP id A5C9A9F9392 for ; Mon, 11 Dec 2006 05:13:45 -0400 (AST) Received: from bell.credativ.de (p50896E27.dip.t-dialin.net [80.137.110.39]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by gauss.credativ.com (Postfix) with ESMTP id B886ED764C; Mon, 11 Dec 2006 10:13:43 +0100 (CET) From: Peter Eisentraut To: David Blewett Subject: Re: Switching to XML Date: Mon, 11 Dec 2006 10:13:40 +0100 User-Agent: KMail/1.9.5 Cc: pgsql-docs@postgresql.org References: <4579720E.4000707@dawninglight.net> <200612101737.10958.peter_e@gmx.net> <457CB1CF.2090604@dawninglight.net> In-Reply-To: <457CB1CF.2090604@dawninglight.net> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200612111013.41550.peter_e@gmx.net> X-Archive-Number: 200612/109 X-Sequence-Number: 4032 Am Montag, 11. Dezember 2006 02:18 schrieb David Blewett: > Sorry to butt in, but I'm still not sure how to do multiple indexes > in one volume using the DSSSL stylesheets. I'm not sure either. > The docs I pointed to were for the XSL stylesheets. Right. So using the XSL(T) stylesheet instead of the DSSSL stylesheet would be a step in the right direction. Actually the 8.2 branch currently only has an XSLT stylesheet for HTML output. In 8.3devel I've added one for XSL-FO output, which you can invoke by "make postgres-{A4|US}.fo". (You will probably want yet a different paper format for your book.) -- Peter Eisentraut http://developer.postgresql.org/~petere/