xsl-list
[Top] [All Lists]

RE: Limiting a FOR-EACH loop

2002-09-18 13:02:45
Thanks Brian and Wes, it did work the way you originally suggested and
tested!! My bad. :-(

-G

-----Original Message-----
From: owner-xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
[mailto:owner-xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com]On Behalf Of 
Martinez,
Brian
Sent: Wednesday, September 18, 2002 3:10 PM
To: 'xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com'
Subject: RE: [xsl] Limiting a FOR-EACH loop


From: Wes Kubo [mailto:wkubo(_at_)galdosinc(_dot_)com]
Sent: Wednesday, September 18, 2002 12:54 PM
Subject: RE: [xsl] Limiting a FOR-EACH loop

I tried it out and it worked...no prob. Have you added the
other necessary
elements?, e.g.

<xsl:template match="/">
  <xsl:variable name="x" select="'4'"/>
  <xsl:for-each select="/search/results/*[position() &lt;= $x]">
    <xsl:copy-of select="."/>
  </xsl:for-each>
</xsl:template>

Wes

Sorry to piggy-back . . . I haven't received Gurnam's reply.

If my code snippet doesn't work with your XML, Gurnam, then I'll probably
need to see a sample of your input.  I made some assumptions about it based
on your original question.

cheers,
b.

| brian martinez                              
brian(_dot_)martinez(_at_)trip(_dot_)com |
| senior gui programmer                                  303.708.7248 |
| trip network, inc.                                 fax 303.790.9350 |
| 6436 s. racine cir.                             englewood, co 80111 |
| http://www.cheaptickets.com/                   http://www.trip.com/ |


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


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



<Prev in Thread] Current Thread [Next in Thread>