This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: counting?


Jason,

You're not going to do it this way. What you're asking is a grouping 
problem; XSLT does not handle it by iterating in the fashion you describe. 
(Nor does it "add in a new tag" -- it just don't work that way.)

Check out the XSL FAQ (http://www.dpawson.co.uk/xsl/xslfaq.html) under 
grouping; or I'll bet Jenni has this one nailed on her site 
(http://www.jenitennison.com).

Cheers,
Wendell

At 05:08 PM 11/21/00 -0500, you wrote:
>I would like to count the number of
>iterations in a for-each loop (used to
>create a table) and add in a new tag
>(to create a new table) every 15th iteration.
>
>How do I go about counting and checking
>for the 15th iteration in XSL?
>
>Thanks for any help you can provide.
>Jason Russ


======================================================================
Wendell Piez                            mailto:wapiez@mulberrytech.com
Mulberry Technologies, Inc.                http://www.mulberrytech.com
17 West Jefferson Street                    Direct Phone: 301/315-9635
Suite 207                                          Phone: 301/315-9631
Rockville, MD  20850                                 Fax: 301/315-8285
----------------------------------------------------------------------
   Mulberry Technologies: A Consultancy Specializing in SGML and XML
======================================================================


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]