Subject: iterating through nodes
From: "NIENKE, Bill P. - ACCOR-NA" <Nienke_Bill@xxxxxxxxxxxx>
Date: Thu, 7 Nov 2002 09:53:21 -0600
|
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@xxxxxxxxxxxx
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
- iterating through nodes
- NIENKE, Bill P. - ACCOR-NA - Thu, 7 Nov 2002 10:46:25 -0500 (EST) <=
- <Possible follow-ups>
- Ben Robb - Thu, 7 Nov 2002 11:44:56 -0500 (EST)
|
|