xsl-list
[Top] [All Lists]

iterating through nodes

2002-11-07 08:53:21
Hi,
The following XML file has several nodes with the same name:
http://www.innergears.com/WebServices/ForecastByZip/ForecastByZip.asmx/GetFo
recastByZip?ZipCode=75287

When I use <xsl:for-each> I get the first <string> node over and over.

<xsl:for-each select="//w:string">
<xsl:value-of select="//w:string"/><br></br> 
</xsl:for-each>
                
How do you force a move to the next node?

Thanks

William Nienke
Web Developer 
Accor North America
bnienke(_at_)accor-na(_dot_)com



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



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