From forrest-dev-return-6610-apmail-xml-forrest-dev-archive=xml.apache.org@xml.apache.org Thu Aug 07 13:49:45 2003 Return-Path: Delivered-To: apmail-xml-forrest-dev-archive@xml.apache.org Received: (qmail 14311 invoked by uid 500); 7 Aug 2003 13:49:45 -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 14295 invoked from network); 7 Aug 2003 13:49:44 -0000 Received: from 206.red-80-34-215.pooles.rima-tde.net (HELO correo.che-che.com) (80.34.215.206) by daedalus.apache.org with SMTP; 7 Aug 2003 13:49:44 -0000 Received: from che-che.com (carolo [192.168.1.5]) by correo.che-che.com (Postfix) with ESMTP id D8441C7B7 for ; Thu, 7 Aug 2003 14:49:40 +0200 (CEST) Message-ID: <3F3258F6.50403@che-che.com> Date: Thu, 07 Aug 2003 15:49:42 +0200 From: Juan Jose Pablos User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20030311 Debian/1.2.1-10 X-Accept-Language: es, 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> <3F323D87.7070702@gmx.de> <3F3240BC.6040703@che-che.com> <3F32425D.9060003@gmx.de> <3F3251A1.7040703@gmx.de> In-Reply-To: <3F3251A1.7040703@gmx.de> 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 Joerg, Joerg Heinicke wrote: > Someone could have > > I knew you would come with this!!!!, this I think that is very unlikely, as well you can have: and it will fail as well. They came by the fact that we want to allow multiple bugs in the attribute instead of using multiple actions. Which makes me thing that if would be easier to point just to a bug that has other bugs on its dependencies. Cheers, Cheche > > Line breaks and other whitespace characters than simple spaces are not > removed by translate. Trimming them to a space is the simplest solution. > > Joerg > > Juan Jose Pablos wrote: > >> Joerg, >> >> Done it, but without the normalize-spcae funtion, Why do you want to >> normalize something that is going to be removed? >> >> Cheers, >> Cheche >> >> >> Joerg Heinicke wrote: >> >>> Ah, bugzilla is the problem. At least it works with the spaces. But >>> of course you can change >>> >>> {@fixes-bug} >>> >>> to >>> >>> {translate(normalize-space(@fixes-bug), ' ', '')} >>> >>> So all whitespace characters (and so line breaks) are trimmed to >>> spaces and these are removed afterwards. >>> >>> Joerg