Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 29559 invoked from network); 30 Nov 2004 23:31:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 30 Nov 2004 23:31:50 -0000 Received: (qmail 92325 invoked by uid 500); 30 Nov 2004 23:31:48 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 92279 invoked by uid 500); 30 Nov 2004 23:31:47 -0000 Mailing-List: contact dev-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: dev@cocoon.apache.org Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 92265 invoked by uid 99); 30 Nov 2004 23:31:47 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from indexgeo.net (HELO indexgeo.net) (65.77.211.93) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 30 Nov 2004 15:31:47 -0800 Received: from [192.168.1.101] (static-109.227.240.220.dsl.comindico.com.au [220.240.227.109]) (authenticated bits=0) by www2.kc.aoindustries.com (8.12.9-20030917/8.12.9) with ESMTP id iAUNVgZx008988 for ; Tue, 30 Nov 2004 17:31:44 -0600 Message-ID: <41AD02DD.1040802@apache.org> Date: Wed, 01 Dec 2004 10:31:41 +1100 From: David Crossley User-Agent: Mozilla Thunderbird 0.9 (Macintosh/20041103) X-Accept-Language: en-us, en MIME-Version: 1.0 To: dev@cocoon.apache.org Subject: Re: readDOMsession or readdomsession in docs References: <41ACF217.40008@upaya.co.uk> <41ACFA7B.5060202@apache.org> In-Reply-To: <41ACFA7B.5060202@apache.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N David Crossley wrote: > Upayavira wrote: > >> H.vanderLinden@MI.unimaas.nl wrote: >> >>> Hi, >>> >>> This is YOUR big chance of integrating the information in both places >>> and >>> remove the redundant line from the index page. >>> >>> >> Aaaaaaaahhhhhhhhh. >> >> Thanks for that, you've just prodded me into working out what is going >> on. The lower case ones come from the original documentation, and the >> upper case ones have been generated by the process that David outlined >> in his proposal, thus answering for me the other question I just asked >> about docs. >> >> Now, I need to work out how to combine the generated and ordinary docs >> into one file, and fix the problem in Subversion. > > > No. That is not quite correct. It is the other way around. > The mixed-case ones need to be re-named. I will fix it. > > There is a similar issue with "encodeURL-transformer". > > Thanks for spotting this glitch. Sorry, you were correct. The SitemapTask was being told the wrong name for the generated document. That is fixed now and the published website will be updated later. However, this reveals a glitch with the SitemapTask. Those transformers are already known by the mixed-case name and that will need to remain. Yet the document name needs to be lower-case. I will fix SitemapTask.java --David