Received: from localhost (maia-4.hub.org [200.46.204.183]) by postgresql.org (Postfix) with ESMTP id C56119FA1A7 for ; Fri, 8 Dec 2006 14:02:12 -0400 (AST) Received: from postgresql.org ([200.46.204.71]) by localhost (mx1.hub.org [200.46.204.183]) (amavisd-new, port 10024) with ESMTP id 53322-01 for ; Fri, 8 Dec 2006 14:02:13 -0400 (AST) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.4 Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by postgresql.org (Postfix) with SMTP id C0EA89F93A4 for ; Fri, 8 Dec 2006 14:02:11 -0400 (AST) Received: (qmail invoked by alias); 08 Dec 2006 18:02:10 -0000 Received: from dslb-084-063-025-066.pools.arcor-ip.net (EHLO colt.pezone.net) [84.63.25.66] by mail.gmx.net (mp036) with SMTP; 08 Dec 2006 19:02:10 +0100 X-Authenticated: #495269 From: Peter Eisentraut To: pgsql-docs@postgresql.org Subject: Re: Switching to XML Date: Fri, 8 Dec 2006 19:02:11 +0100 User-Agent: KMail/1.9.5 Cc: David Blewett References: <4579720E.4000707@dawninglight.net> In-Reply-To: <4579720E.4000707@dawninglight.net> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200612081902.11483.peter_e@gmx.net> X-Y-GMX-Trusted: 0 X-Archive-Number: 200612/36 X-Sequence-Number: 3959 David Blewett wrote: > I started work on modifying the SGML to use a set of 3 volumes, split > at roughly 500 page intervals. I wanted to generate individual ToC's > and indexes for each volume. I started to modify the SGML to include > a "role" attribute for each indexterm, to tell what volume it was > part of. This was done with a simple sed script. When I went to > generate the actual indexes, I hit a brick wall. Apparently, the SGML > toolchain cannot handle typed indexes as described here [4]. Only the > XML toolchain currently handles them. But no one is forcing you to use "the SGML toolchain". I requote the message you cited: First of all, moving to DocBook XML will not do anything in the way of improving our output processing abilities. Any tool that you can use on DocBook SGML can also be used on DocBook XML and vice versa. -- Peter Eisentraut http://developer.postgresql.org/~petere/