Trying to parse information from a rss 2.0 xml document using xml_parser. Once I read the whole document I look through it using a switch, so for every TITLE echo this out. The problem is the first 2 titles are just the name of the site and not actual news.
How would I go about skipping the first 2 to get only the news titles? I looked at the xml file and notice that the news are stored in ITEM, but no matter what I try using a switch or an if statement I cannot skip the first 2 for some reason.
Thanks
Silly






Bookmarks