Re: [xsl] looping problem, <xsl: for-each>??

Subject: Re: [xsl] looping problem, <xsl: for-each>??
From: Wendell Piez <wapiez@xxxxxxxxxxxxxxxx>
Date: Tue, 07 Oct 2003 11:34:02 -0400
Hi James,

At 10:32 AM 10/7/2003, you wrote:
I have the following format but am having trouble trying to group items (in html) under one common category so that it isnt repeated for every item but can act as a title: ...


but wasn't sure whetehr i should use count or for-each fucntion to gather common category title for several items.....

You won't use count. (Counting things in XSLT is generally not as useful an approach as in other languages, since you don't actually need or want to control the flow of operations.) You may use for-each, but actually for-each is really just syntax sugar for templates in a different mode (and very sweet it is too): the real solution to your problem is in understanding grouping operations and the tricks we use in XSLT 1.0 to achieve grouping.


These are covered very nicely in Jeni's XSLT pages: http://www.jenitennison.com/xslt/index.html.

Enjoy,
Wendell


====================================================================== Wendell Piez mailto:wapiez@xxxxxxxxxxxxxxxx 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



Current Thread