I'm parsing XML with PHP successfully so far using the tutorial at this url http://www.phpbuilder.com/columns/joe20000907.php3 however, if I have a XML document that has 50 news stories, how do I modify the PHP code to only display 10 instead of all 50?