I cant seem to be able to get it to read a second element of the same name
take this excerpt from Gamespot for example
<rss version="2.0">
-
<channel>
<title>Gamespot Recent Updates [News]</title>
<category>News</category>
<description>Latest updates from Gamespot.com</description>
<language>en-us</language>
-
<copyright>
Copyright ©1995-2004 CNET Networks, Inc. All rights reserved.
</copyright>
<link>http://www.gamespot.com</link>
<ttl>20</ttl>
<lastBuildDate>Fri, 27 Aug 2004 23:40:16 -0700</lastBuildDate>
<generator>GameSpot</generator>
-
<image>
<title>Gamespot.com</title>
-
<url>
http://img.gamespot.com/gamespot/shared/promos/misc/gs_logo.gif
</url>
<link>http://www.gamespot.com/</link>
<width>135</width>
<height>40</height>
</image>
-
<item>
<pubDate>Fri, 27 Aug 2004 23:05:43 GMT</pubDate>
<title>Half-Life 2 gold Monday? [PC]</title>
-
<link>
http://www.gamespot.com/news/2004/08/27/news_6106035.html?part=rss&tag=gs_news&subj=6106035
</link>
-
<description>
Valve head drops a golden bomb on the Half-Life 2 Fallout forums.
</description>
<guid>http://www.gamespot.com/6106035</guid>
</item>
-
<item>
<pubDate>Fri, 27 Aug 2004 17:16:32 GMT</pubDate>
-
<title>
Rumor Control: The Metal Gear Solid 3 demo and Chapelle's no-show [PlayStation 2]
</title>
-
<link>
http://www.gamespot.com/news/2004/08/27/news_6105816.html?part=rss&tag=gs_news&subj=6105816
</link>
-
<description>
This week: The mass exodus from Star Wars: Galaxies and dual GoldenEye DS rumors.
</description>
<guid>http://www.gamespot.com/6105816</guid>
</item>
I can get the first pubDate with "//pubDate" but "//pubDate[2]" or "/channel/item[2]/pubDate" won't work
So how do I get the other pubDates or titles to show?
Aqua-Soft Forums