Return-Path: Delivered-To: apmail-forrest-dev-archive@www.apache.org Received: (qmail 75009 invoked from network); 6 Oct 2004 05:58:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 6 Oct 2004 05:58:47 -0000 Received: (qmail 68585 invoked by uid 500); 6 Oct 2004 05:58:44 -0000 Delivered-To: apmail-forrest-dev-archive@forrest.apache.org Received: (qmail 68535 invoked by uid 500); 6 Oct 2004 05:58:44 -0000 Mailing-List: contact dev-help@forrest.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: dev@forrest.apache.org Delivered-To: mailing list dev@forrest.apache.org Received: (qmail 68519 invoked by uid 99); 6 Oct 2004 05:58:44 -0000 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_WHOIS,FORGED_RCVD_HELO,SPF_HELO_PASS X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from [196.25.240.78] (HELO ctb-mesg6.saix.net) (196.25.240.78) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 05 Oct 2004 22:58:42 -0700 Received: from sean.site (ndn-67-228.telkomadsl.co.za [165.165.67.228]) by ctb-mesg6.saix.net (Postfix) with ESMTP id 9DD26167EA for ; Wed, 6 Oct 2004 07:58:36 +0200 (SAST) From: Sean Wheller Reply-To: sean@inwords.co.za Organization: In Words To: dev@forrest.apache.org Subject: Re: Fixed Re: Help FOR-308 Date: Wed, 6 Oct 2004 07:56:29 +0200 User-Agent: KMail/1.6.2 References: <200410050939.28414.sean@inwords.co.za> <200410051452.00630.sean@inwords.co.za> <1097034874.1840.2867.camel@ighp> In-Reply-To: <1097034874.1840.2867.camel@ighp> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <200410060756.29890.sean@inwords.co.za> X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N On Wednesday 06 October 2004 05:54, David Crossley wrote: > Sean Wheller wrote: > > After some tinkering I noted that I was transforming to document-v1.3 > > dtd. So I changed to document-v2.0 dtd. > > Careful. Our internal document structure is still v1.* > We are moving via document-v2 to xhtml2, but not until > we get the imminent 0.6 release. OK, no backward incompatibility was induced by the addition of the xref template. The section template was just modified to add @id attributes if the existed. The solution works. As I said it is more intrusive than I wanted. It does have the effect of there being two anchor elements in the final output, but this should not bother anyone. So docbook2document.xsl adds @id to the sections it creates if the original document used @id and then idgen does it's part later in the pipe. It's not neat, works though. Ideally I would like to be able to get and use the @id's made by idgen, but this is happening to late in the pipe. Perhaps the plugin system will work differently? When do you expect you will apply the patch I sent? -- Sean Wheller Technical Author sean@inwords.co.za http://www.inwords.co.za