Subject: Re: Looping a node in XSLT
From: Senthilkumaravelan Krishnanatham <senthil@xxxxxxxxx>
Date: Tue, 6 Mar 2007 15:56:39 -0800
|
How do I retain the structure of the sibling node?
On Mar 6, 2007, at 3:49 PM, Wendell Piez wrote:
Senthil,
At 06:29 PM 3/6/2007, you wrote:
Hi All,
I have requirement to loop through the node N number of times,
Is there any way I can accomplish in XSLT?
Yes.
In XSLT 2.0,
<xsl:for-each select="1 to $n">...</xsl:for-each>
In XSLT 1.0, the best method depends on whether you know N in
advance, and how large it is likely to be. (Beyond that I'll let
someone else answer.)
Cheers,
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
======================================================================
|