This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]