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

Subject: Re: [xsl] Re: <xsl:for-each> problem ?
From: David Carlisle <davidc@xxxxxxxxx>
Date: Mon, 23 Jul 2001 10:05:21 +0100
> Anybody can spot what is going on? Thanks in advance, Braden.

<xsl:for-each select="FTSE100/DATE">
so here you say for each date in the file

<xsl:for-each select="/FTSE100/DATE/STOCK">
iterate through every stock in the file. Note you start with / so it
doesn't depend on the current date.

Probably you want <xsl:for-each select="STOCK">

David

_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered through the MessageLabs Virus Scanning Service. For further
information visit http://www.star.net.uk/stats.asp or alternatively call
Star Internet for details on the Virus Scanning Service.

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


Current Thread