Return-Path: Delivered-To: apmail-xml-forrest-dev-archive@xml.apache.org Received: (qmail 62939 invoked by uid 500); 7 Aug 2003 03:30:38 -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 62929 invoked from network); 7 Aug 2003 03:30:37 -0000 Received: from imap.gmx.net (HELO mail.gmx.net) (213.165.64.20) by daedalus.apache.org with SMTP; 7 Aug 2003 03:30:37 -0000 Received: (qmail 31414 invoked by uid 65534); 7 Aug 2003 03:30:47 -0000 Received: from a183069.studnetz.uni-leipzig.de (EHLO gmx.de) (139.18.183.69) by mail.gmx.net (mp003) with SMTP; 07 Aug 2003 05:30:47 +0200 Message-ID: <3F31C823.7070504@gmx.de> Date: Thu, 07 Aug 2003 05:31:47 +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: changes2document.xsl - handling multiple bugs in @fixes-bug Content-Type: multipart/mixed; boundary="------------030501090901000409000904" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N This is a multi-part message in MIME format. --------------030501090901000409000904 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit 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 --------------030501090901000409000904 Content-Type: text/plain; name="changes2document.xsl.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="changes2document.xsl.patch" cvs -z3 -q diff -u changes2document.xsl (in directory D:\xml-forrest\src\resources\stylesheets\) Index: changes2document.xsl =================================================================== RCS file: /home/cvs/xml-forrest/src/resources/stylesheets/changes2document.xsl,v retrieving revision 1.12 diff -u -r1.12 changes2document.xsl --- changes2document.xsl 12 Feb 2003 04:58:14 -0000 1.12 +++ changes2document.xsl 7 Aug 2003 03:16:52 -0000 @@ -6,7 +6,9 @@ - http://nagoya.apache.org/bugzilla/show_bug.cgi?id= + + + @@ -56,9 +58,18 @@ Fixes - - bug - + + + + bugs + + + + + bug + + + . --------------030501090901000409000904--