Return-Path: Delivered-To: apmail-cocoon-users-archive@www.apache.org Received: (qmail 83053 invoked from network); 21 Nov 2004 03:49:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 21 Nov 2004 03:49:15 -0000 Received: (qmail 98180 invoked by uid 500); 21 Nov 2004 03:49:05 -0000 Delivered-To: apmail-cocoon-users-archive@cocoon.apache.org Received: (qmail 98160 invoked by uid 500); 21 Nov 2004 03:49:04 -0000 Mailing-List: contact users-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: users@cocoon.apache.org Delivered-To: mailing list users@cocoon.apache.org Received: (qmail 98147 invoked by uid 99); 21 Nov 2004 03:49:04 -0000 X-ASF-Spam-Status: No, hits=1.7 required=10.0 tests=DNS_FROM_RFC_ABUSE,DNS_FROM_RFC_POST,FORGED_RCVD_HELO X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from [209.226.175.74] (HELO tomts20-srv.bellnexxia.net) (209.226.175.74) by apache.org (qpsmtpd/0.28) with ESMTP; Sat, 20 Nov 2004 19:49:02 -0800 Received: from everest.konova.com ([69.157.244.128]) by tomts20-srv.bellnexxia.net (InterMail vM.5.01.06.10 201-253-122-130-110-20040306) with ESMTP id <20041121034853.WMAL2034.tomts20-srv.bellnexxia.net@everest.konova.com> for ; Sat, 20 Nov 2004 22:48:53 -0500 Received: from SHINFUJI (IDENT:root@localhost [127.0.0.1]) by everest.konova.com (8.11.6/8.11.6) with SMTP id iAL3mWH22846 for ; Sat, 20 Nov 2004 22:48:33 -0500 Reply-To: From: "David Leangen" To: Subject: RE: question on xsl Date: Sun, 21 Nov 2004 12:48:37 +0900 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <20041121024356.49717.qmail@web40505.mail.yahoo.com> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-MailScanner: Found to be clean X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi, Andres, Actually, I don't think this is the right list to be asking XSL specific questions... My advice, though, is to try the book "XSLT Cookbook" by Sal Mangano (ISBN: 0-596-00372-2). I've found it to be very helpful. It is also available on O'Reilly Safari (safari.orielly.com). Regards, Dave > -----Original Message----- > From: Andres Taborda [mailto:antaborda@yahoo.com] > Sent: 21 November 2004 11:44 > To: users@cocoon.apache.org > Subject: question on xsl > > > hello list, > > excuse me by the following question > > progamming in any language a value auto-increment is > for ($i=1;$i<6;$i++) > $i+=1; > > in xsl how can make the auto-increment. > > I have the follow code, not make sum and > auto-increment > > > 1 > > > > > > > > > > the output should be > 1 > 2 > 3 > 4 > 5 > 6 > > the ouput what display is > 1 > 1 > 1 > 1 > 1 > > some know how make it? > > thanks > > _________________________________________________________ > Do You Yahoo!? > Informaci�n de Estados Unidos y Am�rica Latina, en Yahoo! Noticias. > Vis�tanos en http://noticias.espanol.yahoo.com > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org > For additional commands, e-mail: users-help@cocoon.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org For additional commands, e-mail: users-help@cocoon.apache.org