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

Subject: Re: [xsl] Re: <xsl:for-each> problem ?
From: gutman@xxxxxxxxxxxxxxx
Date: Mon, 23 Jul 2001 16:11:12 +0700
Try replacing
  <xsl:for-each select="/FTSE100/DATE/STOCK">
with
  <xsl:for-each select="STOCK">

23.07.2001 15:47:55 owner-xsl-list wrote:
> Hi, my xsl does not generate the right html output. The problem
> seems to be <xsl:for-each>. Instead of the two stocks for each
> date, I get all four stocks for each date (conflicts with how
> data is in my xml file).

-- 
Alexander E. Gutman

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


Current Thread