From forrest-dev-return-6598-apmail-xml-forrest-dev-archive=xml.apache.org@xml.apache.org Thu Aug 07 11:52:05 2003 Return-Path: Delivered-To: apmail-xml-forrest-dev-archive@xml.apache.org Received: (qmail 33623 invoked by uid 500); 7 Aug 2003 11:52:05 -0000 Mailing-List: contact forrest-dev-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: forrest-dev@xml.apache.org Delivered-To: mailing list forrest-dev@xml.apache.org Received: (qmail 33614 invoked from network); 7 Aug 2003 11:52:04 -0000 Received: from pop.gmx.de (HELO mail.gmx.net) (213.165.64.20) by daedalus.apache.org with SMTP; 7 Aug 2003 11:52:04 -0000 Received: (qmail 26873 invoked by uid 65534); 7 Aug 2003 11:52:03 -0000 Received: from a183069.studnetz.uni-leipzig.de (EHLO gmx.de) (139.18.183.69) by mail.gmx.net (mp027) with SMTP; 07 Aug 2003 13:52:03 +0200 Message-ID: <3F323D87.7070702@gmx.de> Date: Thu, 07 Aug 2003 13:52:39 +0200 From: Joerg Heinicke User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4) Gecko/20030624 X-Accept-Language: de-de, de, en-gb, en-us, en MIME-Version: 1.0 To: forrest-dev@xml.apache.org Subject: Re: changes2document.xsl - handling multiple bugs in @fixes-bug References: <3F31C823.7070504@gmx.de> <3F322874.6010309@che-che.com> In-Reply-To: <3F322874.6010309@che-che.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Thanks. But shouldn't the serializer handle the spaces and transform them to %20 in a URL? And for the Cocoon 2.1 changes.html I created with latest stable Forrest the code looks like: bugs 21931, 22173 So everything ok I guess :-) Joerg Juan Jose Pablos wrote: > Joerg, > > Added to CVS, But spaces on bug fixes produce a wrong url. > > I can fix that, But I think that is the users responsability to add > content properly. > > Cheers, > Cheche > > Joerg Heinicke wrote: > >> Sometimes we don't want to add an s for each bug fixed, so that >> it would be cool to add more than one bug in @fixes-bug (e.g. comma >> separated). >> >> 2 possibilities: >> 1. http://nagoya.apache.org/bugzilla/buglist.cgi?bug_id=111,222,333 >> 2. one linke for each bug >> >> Is there any interest? >> >> The first and simple one I have applied as patch. I can implement the >> other one (using a recursive template) if that's prefered. >> >> Regards, >> >> Joerg