[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: Looping a node in XSLT
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 ======================================================================
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|